[package] name = "toss" version = "1.1.0" edition = "2021" authors = [ "scientiac < iac@scientiac.space >" ] description = "A throw-catch style move and copy program." readme = "README.md" repository = "https://github.com/scientaic/toss" homepage = "https://github.com/scienaiac/toss.git" license = "GPL-3.0" [dependencies] clap = { version = "4.5.20", features = ["derive"] } [[bin]] name = "throw" path = "src/throw.rs" [[bin]] name = "catch" path = "src/catch.rs"