start adding ent binary
This commit is contained in:
parent
e8910b906a
commit
26c98591b5
2 changed files with 79 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
rand = "0.9.1"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
tempfile = "3.20.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue