🎉 init

This commit is contained in:
JMARyA 2025-01-28 16:42:02 +01:00
commit bc6e30fe0c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 609 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "csnap"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.39"
clap = { version = "4.5.27", features = ["cargo"] }