]> Witch of Git - ivy/blob - rt/Cargo.toml
Remove unused ffi::OsStr import
[ivy] / rt / Cargo.toml
1 [package]
2 name = "rt"
3 version = "0.1.0"
4 authors = ["Cassie Jones <code@witchoflight.com>"]
5 edition = "2018"
6
7 [lib]
8 crate-type = ["staticlib"]
9
10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12 [dependencies]
13
14 [profile.dev]
15 panic = "abort"
16
17 [profile.release]
18 lto = true
19 panic = "abort"
20 debug = true