Skip to content

Commit bbda986

Browse files
add build.rs to crates.io
1 parent 45d081b commit bbda986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

more-wallpapers/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "more-wallpapers"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
workspace = ".."
55
edition = "2021"
66
rust-version = "1.62"
77
repository ="https://github.com/LuckyTurtleDev/more-wallpapers"
88
keywords = ["desktop", "wallpaper", "background"]
9-
include = ["/src/**/*.rs", "/LICENSE", "/README.md"]
9+
include = ["/src/**/*.rs", "/build.rs", "/LICENSE", "/README.md"]
1010
license = "MIT OR Apache-2.0"
1111
description= "crossplatform library to set desktop wallpaper per screen"
1212

0 commit comments

Comments
 (0)