Skip to content

Commit

Permalink
tweaking cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 10, 2024
1 parent 9f71448 commit 2cf1d57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
10 changes: 5 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 2cf1d57

Please sign in to comment.