[package] name = "sggit" version = "0.0.4" edition = "2021" description = """ Scatter Gather Git or in short sggit, is a wrapper around git meant to help managing scattered files across your file system. """ license = "MIT" repository = "https://github.com/Duckilicious/sggit" documentation = "https://github.com/Duckilicious/sggit" homepage = "https://github.com/Duckilicious/sggit" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" clap = { version = "3.2.13", features = ["derive"] } lazy_static = "1.4.0" tilde-expand = "0.1.1"