[package] name = "moss-oxide" description = "A simple, open-source software similarity metric, written in Rust." version = "0.3.0" edition = "2021" authors = ["Joseph Hobbs"] homepage = "https://github.com/hobbsbros/moss-oxide.git" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "moss" path = "src/lib.rs" [[bin]] name = "msx" path = "src/main.rs" [dependencies] colored = "2.0.0"