[package] name = "salt" version = "0.2.3" authors = ["Milo123459"] edition = "2018" include = ["src/**/*", "LICENSE", "README.md"] license = "MIT" documentation = "https://github.com/Milo123459/salt" homepage = "https://github.com/Milo123459/salt" repository = "https://github.com/Milo123459/salt" description = "Task management for the CLI" [dependencies] serde_json = "1.0.66" serde = { version = "1.0.129", features = ["derive"] } structopt = "0.3.22" colored = "2.0.0" dirs-next = "2.0.0" anyhow = "1.0.43" [[bin]] name = "salt" [profile.release] lto = "fat"