aboutsummaryrefslogtreecommitdiffstats
path: root/libpintos-rs/Cargo.toml
blob: e9293adb134e87568be066adc431b54482d15f66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libpintos"
version = "0.1.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>"]
edition = "2018"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"

[dependencies.libc]
version = "0.2"
default-features = false
features = ["extra_traits"]