Skip to content

Commit b67e931

Browse files
authored
Create Cargo.toml
1 parent 4ee0718 commit b67e931

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)