From eba74d74502641a4565dc6011db33742e8450680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 24 Nov 2020 15:08:20 +0100 Subject: move rust "libc" to separate crate and link with that instead --- rust/Cargo.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') 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 "] -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"] -- cgit v1.2.1