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 4ee0718 commit b67e931Copy full SHA for b67e931
Cargo.toml
@@ -0,0 +1,10 @@
1
+[package]
2
+name = "not-scripting"
3
+version = "0.1.0"
4
+edition = "2021"
5
+
6
+[dependencies]
7
+pest = "2.7"
8
+pest_derive = "2.7"
9
+anyhow = "1.0"
10
+std = "0.1" # For std::process::Command, etc.
0 commit comments