13 lines
164 B
TOML
13 lines
164 B
TOML
[package]
|
|
name = "test_docs"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
default = ["some-feature"]
|
|
some-feature = []
|