Changed the C library to properly be the default library.

This commit is contained in:
2017-03-01 19:16:54 -05:00
parent 89e37b017b
commit 6e350daf26
3 changed files with 9 additions and 14 deletions

View File

@ -10,9 +10,9 @@ keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
[features]
default = ["c_lib"]
default = []
use_std = ["scribe/use_std", "binding/use_std"]
c_lib = []
rust_lib = []
no_mem_manip = []
weak = []