Skip to content

Commit

Permalink
qitari - Rust tool for streamlining configuration and setup of Tari t…
Browse files Browse the repository at this point in the history
…oolchain - starting with Tor
  • Loading branch information
bgorlick committed Apr 12, 2024
1 parent 0019c11 commit 9189e85
Show file tree
Hide file tree
Showing 3 changed files with 530 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ members = [
"applications/minotari_app_utilities",
"applications/minotari_merge_mining_proxy",
"applications/minotari_miner",
"applications/minotari_node/linux/qitari",
"integration_tests",
"hashing",
]
Expand Down
17 changes: 17 additions & 0 deletions applications/minotari_node/linux/qitari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "qitari"
version = "1.0.0"
authors = ["Tari Qitari"]
edition = "2021"

[dependencies]
chrono = "0.4.19"
clap = "2.33.3"
tempfile = "3.2.0"
backtrace = "0.3"
dirs = "4.0.0"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
Loading

0 comments on commit 9189e85

Please sign in to comment.