This commit is contained in:
JMARyA 2025-01-05 00:37:20 +01:00
commit b416507e4a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 326 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "bk"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"
yansi = "1.0.1"