From c6bdc43f37de278b12693b90dfc5f67ea1b984c0 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 4 Jan 2024 12:39:11 -0400 Subject: [PATCH] Add missing feature to `Cargo.toml` (#777) --- crates/puffin-cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/puffin-cli/Cargo.toml b/crates/puffin-cli/Cargo.toml index 83ce9a717..a7138851d 100644 --- a/crates/puffin-cli/Cargo.toml +++ b/crates/puffin-cli/Cargo.toml @@ -88,3 +88,5 @@ python = [] pypi = [] # Introduces a dependency on Git. git = [] +# Introduces a dependency on Maturin. +maturin = []