[workspace.package]
version = "0.1.0"
[workspace.dependencies]
Inflector = { version = "0.11.4" }
This crashes the extension with the following error message (repeatedly). I'm guessing it is because of the capital letter in Inflector, which is perfectly legal in Cargo: https://crates.io/crates/Inflector
Sample
Cargo.toml
:This crashes the extension with the following error message (repeatedly). I'm guessing it is because of the capital letter in
Inflector
, which is perfectly legal in Cargo: https://crates.io/crates/InflectorThanks for working on this awesome extension!