diff options
author | venomade <venomade@venomade.com> | 2024-02-12 17:15:16 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2024-02-12 17:15:16 +0000 |
commit | 3266619bd9c674d09e3c0699cd0ee39c6b11c24e (patch) | |
tree | 530b5c8a662440bd471c155f005d10ec19c89904 /Cargo.toml |
Initial Commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3b3cdf9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "number_of_the_day" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } +gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] } |