We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473c10c commit dafaca9Copy full SHA for dafaca9
.gitmodules
@@ -1,3 +0,0 @@
1
-[submodule "rust"]
2
- path = rust
3
- url = https://github.com/rust-lang/rust
Cargo.toml
@@ -12,12 +12,3 @@ description = """
12
A library for types and bindings to native C functions often found in libc or
13
other common platform libraries.
14
"""
15
-include = ["Cargo.toml", "rust/src/liblibc/*"]
16
-
17
-[features]
18
-default = ["cargo-build"]
19
-cargo-build = []
20
21
-[lib]
22
-name = "libc"
23
-path = "rust/src/liblibc/lib.rs"
rust
0 commit comments