Enable use in no_std environments
This commit is contained in:
parent
542652f305
commit
e7f317cc52
2 changed files with 12 additions and 3 deletions
|
|
@ -7,3 +7,8 @@ description = "Validation of arbitrary types"
|
|||
repository = "https://github.com/metanomial/vet"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["validation"]
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["alloc"]
|
||||
alloc = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue