diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-03-24 21:42:48 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-03-24 21:43:40 +0300 |
| commit | 667a259c981df9f08c49d4fe83fc2f907be06784 (patch) | |
| tree | 3453e544a913339107b8a6bcb9269e69ab5a57f8 /Cargo.toml | |
| parent | 8ccbfad0cc8ecdcdccaa8766a7316b6a56d5e615 (diff) | |
Start dev
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..dade610 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "WheatherFetch" +version = "0.0.1" +edition = "2021" + +[dependencies] +termimage = "1.2" +reqwest = "0.12.15" +chrono = "0.4" +serde = "" +tokio = "" |
