diff --git a/Cargo.lock b/Cargo.lock index aed8297..6d83d50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,6 +469,30 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "dot-silo" +version = "0.1.0" +dependencies = [ + "chksum", + "clap", + "dialoguer", + "dirs", + "figment", + "git2", + "globset", + "handlebars", + "handlebars_switch", + "lazy_static", + "log", + "miette", + "pretty_env_logger", + "serde", + "serde_json", + "sys-info", + "tempfile", + "toml", +] + [[package]] name = "encode_unicode" version = "0.3.6" @@ -1115,30 +1139,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" -[[package]] -name = "silo" -version = "0.1.0" -dependencies = [ - "chksum", - "clap", - "dialoguer", - "dirs", - "figment", - "git2", - "globset", - "handlebars", - "handlebars_switch", - "lazy_static", - "log", - "miette", - "pretty_env_logger", - "serde", - "serde_json", - "sys-info", - "tempfile", - "toml", -] - [[package]] name = "smawk" version = "0.3.2" diff --git a/Cargo.toml b/Cargo.toml index f3bd9c3..5806fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] -name = "silo" +name = "dot-silo" version = "0.1.0" edition = "2021" repository = "https://github.com/Trivernis/silo" +description = "A dotfile manager" +license-file = "LICENSE.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html