mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Rust: disable libc std
This commit is contained in:
parent
8c50c6ab71
commit
857ec33335
1 changed files with 4 additions and 2 deletions
|
@ -12,5 +12,7 @@ keywords = ["ffi", "no_std", "no-std", "embedded", "bindings"]
|
|||
categories = ["embedded", "external-ffi-bindings", "no-std", "parsing"]
|
||||
publish = true
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.113"
|
||||
[dependencies.libc]
|
||||
version = "0.2.113"
|
||||
default-features = false
|
||||
features = ["extra_traits"]
|
||||
|
|
Loading…
Reference in a new issue