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