Skip to content

Commit

Permalink
Add includes to cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan Vieira do Nascimento committed Aug 19, 2023
1 parent 7c4d786 commit f62d8ba
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ homepage = "https://katan.org/"
repository = "https://github.com/KatanPanel/cli/"
readme = "README.md"
license-file = "LICENSE"
include = [
"**/*.rs",
"bin/**",
"LICENSE",
"README.md",
"Cargo.toml",
]

[dependencies]
clap = { version = "4.0.19", features = ["derive"] }
Expand All @@ -17,12 +24,3 @@ uuid = { version = "1.2.1", features = ["serde", "v4"] }
run_script = "*"
indicatif = "0.17.1"
tempfile = "3.3.0"

[package]
include = [
"**/*.rs",
"bin/**",
"LICENSE",
"README.md",
"Cargo.toml",
]

0 comments on commit f62d8ba

Please sign in to comment.