[package] name = "sloppy" version = "0.1.2" edition = "2021" license = "MIT" authors = ["Tianyu Cheng"] repository = "https://github.com/tycheng/sloppy/tree/main/sloppy" description = "A binary package to run sloppy script." [dependencies] anyhow = "1.0.69" toml = "0.7.2" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.sloppy-core] path = "../sloppy-core" version = "0.1.2" features = ["lua", "python", "nushell"] [[bin]] name = "sloppy" test = false bench = false path = "src/main.rs"