diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-20 01:56:41 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-20 01:56:41 -0500 |
| commit | eb99d622a8190e105e490185690b540c5ef1c97f (patch) | |
| tree | 17f4040f570bd2e2aef855a79c01bda38d25c96b /Cargo.toml | |
| download | xoppdog-eb99d622a8190e105e490185690b540c5ef1c97f.tar.gz xoppdog-eb99d622a8190e105e490185690b540c5ef1c97f.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..46abb1d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "xoppdog" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "4.4.16", features = ["derive"] } +dirs = "5.0.1" +indoc = "2.0.4" +notify = "6.1.1" |