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:
Dorota Czaplejewicz
2019-09-10 09:34:25 +00:00
parent 51562d5185
commit 0922d4a87a

View File

@ -8,4 +8,4 @@ bitflags = "1.1"
[lib] [lib]
name = "rs" name = "rs"
path = "src/lib.rs" path = "src/lib.rs"
crate-type = ["staticlib"] crate-type = ["staticlib", "rlib"]