git-ents.gitmain
⌘K
foforge
Cargo.toml15 lines · 252 B · tomlhistorycomment on this file
1[package]
2name = "ents-gate-rules"
3version = "0.0.0"
4edition.workspace = true
5publish.workspace = true
6license.workspace = true
7
8[dependencies]
9ascent = { workspace = true }
10
11[dev-dependencies]
12proptest = { workspace = true }
13
14[lints]
15workspace = true