initial
This commit is contained in:
parent
f3c3eb338e
commit
d050cecc0e
5 changed files with 2038 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "trmnl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json", "blocking"] }
|
||||
dirs = "5"
|
||||
chrono = "0.4"
|
Loading…
Add table
Add a link
Reference in a new issue