tests: Allow the building of doctests
Also allows for standalone tests and examples to be built and run with Cargo.
This commit is contained in:
@ -8,4 +8,4 @@ bitflags = "1.1"
|
||||
[lib]
|
||||
name = "rs"
|
||||
path = "src/lib.rs"
|
||||
crate-type = ["staticlib"]
|
||||
crate-type = ["staticlib", "rlib"]
|
||||
|
||||
Reference in New Issue
Block a user