Initial commit with basic Date type done

This commit is contained in:
Alex Selimov 2026-06-29 21:19:32 -04:00
commit c9c479b873
6 changed files with 197 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "habitrs"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { version = "1.0.103", features = ["std"] }
serde = { version = "1.0.228", features = ["derive"] }