mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
restructure folders
This commit is contained in:
parent
0b9f9c010f
commit
ef3a2c4c57
4 changed files with 0 additions and 0 deletions
12
rustclock/Cargo.toml
Normal file
12
rustclock/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.44"
|
||||
iced = { version = "0.14.0", features = ["image"] }
|
||||
reqwest = "0.13.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
ureq = "3.2.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue