start rust

This commit is contained in:
death916 2026-03-04 04:04:27 -08:00
parent 3ca4b2bd25
commit c3923a984e
3 changed files with 4248 additions and 0 deletions

8
rust/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.44"
iced = "0.14.0"