[package] name = "icsneo" version = "0.2.0" edition = "2021" license = "MIT" repository = "https://github.com/intrepidcs/libicsneo-rs" authors = ["David Rebbe "] readme = "readme.md" description = "Yanked package, use libicsneo instead" keywords = ["libicsneo"] [lib] crate-type = ["lib", "cdylib"] [dependencies] libicsneo-sys = { path = "../libicsneo-sys", version="0.2.0" }