This commit is contained in:
Jonas Rabenstein 2026-02-27 03:28:09 +01:00
commit a0d3c6cf9c
8 changed files with 2415 additions and 0 deletions

18
cli/Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "tb-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
bon = "3.9.0"
chrono = { version = "0.4.44", features = ["serde"] }
clap = { version = "4.5.60", features = ["cargo", "derive", "env" ] }
env_logger = "0.11.9"
http = "1.4.0"
restson = "1.5.0"
rpassword = "7.4.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
url = "2.5.8"