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