add manual crud commands.

refactor cli interface.
remove file handler.
This commit is contained in:
publicmatt
2024-04-03 07:33:48 -07:00
parent dbdcf5a3ab
commit 0b128ee2e1
15 changed files with 1174 additions and 669 deletions

View File

@@ -14,10 +14,12 @@ log = { version = "0.4", features = ["std", "serde"] }
simple_logger = "1.16.0"
strfmt = "0.1.6"
dirs = "4.0.0"
dotenv = "0.15.0"
clap = { version = "4.4.12", features = ["derive"]}
[profile.release]
opt-level = 3
lto = true
debug = false
codegen-units = 1
panic = "abort"
panic = "abort"