diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-20 22:04:45 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-20 22:15:25 +0100 |
| commit | c3a55debe9e4194f83164d412293f27b797627af (patch) | |
| tree | 027ca943a051bf51c809eec0f590d598df2db9a3 /Cargo.toml | |
Initial commit
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..a5478e4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "dotfiles-installer" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +serde_yaml = "0.9.24" +colored = "2" +clap = { version = "4.3.17", features = ["derive"] } |
