start adding ent binary

This commit is contained in:
Sebastian Kuzminsky 2025-07-03 12:14:33 -06:00
parent e8910b906a
commit 26c98591b5
2 changed files with 79 additions and 0 deletions

View file

@ -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"