We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f0fcb commit 1e30f44Copy full SHA for 1e30f44
libraries/math-parser/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
thiserror = "2.0"
12
lazy_static = "1.5"
13
num-complex = "0.4"
14
-chumsky = "0.10"
+chumsky = { version = "0.10", features = ["std"] }
15
16
[dev-dependencies]
17
criterion = "0.5"
libraries/math-parser/src/grammer.pest
0 commit comments