[package] name = "halt" version = "0.1.0" authors = ["Gustav Sörnäs "] edition = "2018" [lib] name = "halt" crate-type = ["staticlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] panic = "abort" [profile.release] panic = "abort" lto = true [dependencies.libc] version = "0.2" default-features = false features = ["extra_traits"]