42-archive/kernel-rs/Cargo.toml
2018-02-08 19:18:14 +01:00

12 lines
219 B
TOML

[package]
name = "bluesnow"
version = "0.1.0"
authors = ["Jack Halford <jack@crans.org>", "William Escande <wescande@student.42.fr>"]
[lib]
crate-type = ["staticlib"]
[profile.release]
panic = "abort"
[dependencies]