Cargo.toml 302 B

1234567891011
  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"
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [lib]
  9. path = "src/nodes.rs"