[package] # essential name = "codendocs" edition = "2021" version = "0.0.7" default-run = "cnd" build = "rs/build/build.rs" description = "Code & Docs Rust Library or Application" # metadata authors = ["codendocs"] license = "MIT" homepage = "https://github.com/codendocs" repository = "https://github.com/codendocs/codendocs" include = [ "rs", "README.md" ] [lib] name = "cnd" path = "rs/rs_src/lib.rs" [[bin]] name = "cnd" path = "rs/rs_bin/main.rs"