[package] name = "spdict" version = "0.1.0" edition = "2021" authors = ["ElectroMutex"] description = "Simple linked list to be used as Dict with xml parser" license = "MIT" documentation = "https://docs.rs/protex/latest/spdict/" homepage = "https://github.com/SkillfulElectro/spdict.git" repository = "https://github.com/SkillfulElectro/spdict.git" readme = "README.md" [lib] crate-type=["cdylib" , "rlib"] [dependencies]