Skip to content

Commit

Permalink
build: add paste crate
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Apr 13, 2023
1 parent 5c051b4 commit 981ec1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ features = [

[target.'cfg(windows)'.dependencies]
widestring = "1.0.2"
paste = "1.0.12"

[dev-dependencies]
rand = "0.8.5"
test-case = "3.1.0"

#cargo-generate-rpm dependencies
# cargo-generate-rpm dependencies
[package.metadata.generate-rpm]
assets = [
{ source = "target/release/trip", dest = "/usr/bin/trip", mode = "755" },
]
]

0 comments on commit 981ec1f

Please sign in to comment.