[package] name = "kappendlist" version = "0.1.0" edition = "2021" description = "Append to a growable list in O(1) without needing &mut" license = "MIT" readme = "README.md" homepage = "https://github.com/norcalli/kappendlist/" repository = "https://github.com/norcalli/kappendlist/" keywords = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]