diff --git a/Cargo.toml b/Cargo.toml index 40a7118..4e31fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ license = "MIT" authors = ["Jeff Dickey @jdx"] documentation = "https://github.com/jdx/usage" include = [ - "Cargo.toml", - "Cargo.lock", - "README.md", - "LICENSE", - "src/**/*.rs", + "/Cargo.toml", + "/Cargo.lock", + "/README.md", + "/LICENSE", + "/src/**/*.rs", ] [workspace] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fce7f68..cc0f1a5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,11 +9,11 @@ documentation = "https://docs.rs/usage-lib" homepage = "https://usage.jdx.dev" repository = "https://github.com/jdx/usage" include = [ - "Cargo.toml", - "Cargo.lock", - "README.md", - "LICENSE", - "src/**/*.rs", + "/Cargo.toml", + "/Cargo.lock", + "/README.md", + "/LICENSE", + "/src/**/*.rs", ] [[bin]]