[package] name = "novice" version = "0.1.3" authors = ["rnxpyke "] edition = "2018" description = "A CLI wizard tool intended for interative usage." readme = "Readme.md" repository = "https://gitlab.com/rnxpyke/mage" keywords = ["cli", "make"] license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "mage" path = "src/main.rs" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" yaml-rust = "0.4" petgraph = "0.5" dialoguer = "0.6" subprocess = "0.2" clap = { version = "3.0.0-beta.1", features = ["yaml"] } regex = "1" fehler = "1" anyhow = "1" quickcheck = "0.9" quickcheck_macros = "0.9"