[package] name = "ivy-rt" version = "0.1.0" authors = ["Cassie Jones "] edition = "2018" [lib] crate-type = ["staticlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.dev] panic = "abort" [profile.release] lto = true panic = "abort" debug = true