commit so i can work elsewhere

This commit is contained in:
Arthur Beck 2025-03-04 06:56:22 -06:00
parent 58fa9ee185
commit 686d1d74fe
No known key found for this signature in database
GPG key ID: ACE3D14F5CEF14BF
2 changed files with 208 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rawnetchat"
version = "0.1.0"
edition = "2024"
[dependencies]
time = { version = "0.3.37", features = ["formatting", "local-offset"] }