# Reference https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "zernit" description = "FIXME: description needed" keywords = ["system-manager"] version = "0.0.0" authors = ["Kreyren "] edition = "2018" # FIXME: Implement automation that bumps the dependencies in a new commit to make it easier to track dependency-caused issues [dependencies] # FIXME: Replace with latest once development is in gold clap = "2.33.0" # FIXME: Replace with latest once development is in gold log = "0.4.8" # FIXME: Replace with latest once development is in gold die = "0.2.0" # Used for repository management as alternative to 'make' cargo-make = "0.26.2" # Used for reading toml files toml = "0.5.6"