mirror of https://github.com/eldruin/ds323x-rs
Improve file inclusion pattern
parent
0222a79f0d
commit
ab3739c7c3
12
Cargo.toml
12
Cargo.toml
|
@ -11,12 +11,12 @@ categories = ["embedded", "hardware-support", "no-std"]
|
||||||
homepage = "https://github.com/eldruin/ds323x-rs"
|
homepage = "https://github.com/eldruin/ds323x-rs"
|
||||||
documentation = "https://docs.rs/ds323x"
|
documentation = "https://docs.rs/ds323x"
|
||||||
include = [
|
include = [
|
||||||
"**/*.rs",
|
"/**/*.rs",
|
||||||
"Cargo.toml",
|
"/Cargo.toml",
|
||||||
"README.md",
|
"/README.md",
|
||||||
"CHANGELOG.md",
|
"/CHANGELOG.md",
|
||||||
"LICENSE-MIT",
|
"/LICENSE-MIT",
|
||||||
"LICENSE-APACHE",
|
"/LICENSE-APACHE",
|
||||||
]
|
]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|
Loading…
Reference in New Issue