Cargo.toml 381 B

12345678910111213
  1. [package]
  2. name = "rusted-mem"
  3. version = "0.1.0"
  4. authors = ["Douglas Andreani <andreani.dr at gmail.com>"]
  5. edition = "2018"
  6. repository = "https://git.omega.labs.andreanidr.com/cmte/rusted-mem"
  7. description = "simple key/value pair for rust"
  8. license = "MIT"
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [lib]
  11. path = "src/nodes.rs"