👷 pacco
Some checks failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline was successful

This commit is contained in:
JMARyA 2025-04-21 11:52:33 +02:00
parent a58b3cfbfc
commit 22a2ddd302
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 17 additions and 6 deletions

View file

@ -3,6 +3,10 @@ name = "bk"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "bk"
path = "src/main.rs"
[dependencies]
chrono = "0.4.39"
serde = { version = "1.0.217", features = ["derive"] }