Add missing feature to Cargo.toml (#777)

This commit is contained in:
Charlie Marsh 2024-01-04 12:39:11 -04:00 committed by GitHub
parent 4c026881aa
commit c6bdc43f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,3 +88,5 @@ python = []
pypi = []
# Introduces a dependency on Git.
git = []
# Introduces a dependency on Maturin.
maturin = []