diff --git a/Cargo.toml b/Cargo.toml index 7bb26ff..7d3359d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["binding", "c types", "c enums", "c flags", "c strings"] [features] default = [] -use_std = [] +use_std = ["scribe/use_std"] [dependencies.scribe]