v0.1 init

This commit is contained in:
Pakin 2025-05-26 12:39:09 +07:00
commit 8068810af6
18 changed files with 3859 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "libtbr"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.41"
log = "0.4.27"
rayon = "1.10.0"
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
serde_json = "1.0.140"