Skip to content

Commit

Permalink
minor cargo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Dec 12, 2024
1 parent 133d7b4 commit d694f3f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repository = "https://github.com/tari-project/tari-cli"
license = "BSD-3-Clause"

[workspace.dependencies]
tari_deploy = { path = "crates/tari_deploy", version = "0.1.0" }

tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.215", features = ["derive"] }
thiserror = "2.0.3"
Expand Down
6 changes: 3 additions & 3 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cli"
name = "tari-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
Expand All @@ -11,7 +11,7 @@ name = "tari"
path = "src/main.rs"

[dependencies]
tari_deploy = { path = "../tari_deploy" }
tari_deploy = { workspace = true }
tari_core = { workspace = true }
anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive", "string"] }
Expand All @@ -27,4 +27,4 @@ spinners = "4.1.1"
convert_case = "0.6.0"
dialoguer = { version = "0.11.0", features = ["default", "fuzzy-select"] }
cargo_toml = "0.20.5"
url = { workspace = true }
url = { workspace = true }

0 comments on commit d694f3f

Please sign in to comment.