[package] name = "picodata" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.108" errno = "0.2.8" [dev-dependencies] assert_cmd = "2.0" tempfile = "3" [lib] test = false crate-type = ["cdylib"] [[bin]] name = "picodata" test = false