[package] name = "doubly-linked-list" version = "0.2.0" edition = "2021" authors = ["chenlinfeng "] license = "MIT OR Apache-2.0" description = "double link list" homepage = "https://github.com/os-module/doubly-linked-list" readme = "README.md" keywords = ["double-link-list", "link", "list"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] volatile = "0.4.4"