mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
start rust
This commit is contained in:
parent
3ca4b2bd25
commit
c3923a984e
3 changed files with 4248 additions and 0 deletions
8
rust/Cargo.toml
Normal file
8
rust/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.44"
|
||||
iced = "0.14.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue