[package] name = "fox-run" description = "Runner." license = "MPL-2.0" homepage = "https://github.com/fox-tools/run" version = "0.1.0" edition = "2021" [[bin]] path = "src/main.rs" name = "run" [dependencies]