Files
squeekboard/Cargo.toml
Dorota Czaplejewicz 0922d4a87a tests: Allow the building of doctests
Also allows for standalone tests and examples to be built and run with Cargo.
2019-09-10 09:34:25 +00:00

12 lines
147 B
TOML

[package]
name = "rs"
version = "0.1.0"
[dependencies]
bitflags = "1.1"
[lib]
name = "rs"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]