diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-24 15:08:20 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-24 15:08:20 +0100 |
| commit | eba74d74502641a4565dc6011db33742e8450680 (patch) | |
| tree | f7785882d1084944b309bd777d4663112823070a /rust/Cargo.toml | |
| parent | 0960f519d9e1e3c108b1825a0ec241b1c56c5cca (diff) | |
| download | pintos-rs-eba74d74502641a4565dc6011db33742e8450680.tar.gz | |
move rust "libc" to separate crate and link with that instead
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml deleted file mode 100644 index a74fdd6..0000000 --- a/rust/Cargo.toml +++ /dev/null @@ -1,20 +0,0 @@ -[package] -name = "pintos-rs" -version = "0.1.0" -authors = ["Gustav Sörnäs <gustav@sornas.net>"] -edition = "2018" - -[lib] -name = "rust" -crate-type = ["staticlib"] - -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort" - -[dependencies.libc] -version = "0.2" -default-features = false -features = ["extra_traits"] |
