[package] name = "clist" version = "0.1.1" authors = ["Kaspar Schleiser "] edition = "2018" homepage = "https://github.com/future-proof-iot/RIOT-rs" license = "Apache-2.0" description = "A hairy circular linked list for no_std environments." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.memoffset] version = "0.6.5" features = ["unstable_const"]