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 80ba2c6 commit df4108fCopy full SHA for df4108f
Cargo.toml
@@ -8,9 +8,13 @@ description = "A portable programming language with a compact backend"
8
readme = "README.md"
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
+[lib]
12
+bench = false
13
+
14
[[bin]]
15
name = "sage"
16
path = "src/cli.rs"
17
18
19
[dependencies]
20
regex = { version = "1.8.1", features = ["unicode"] }
0 commit comments