Skip to content

Commit

Permalink
feat: add stub set_config job
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Nov 28, 2024
1 parent e632d05 commit 5bff1ba
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 169 deletions.
167 changes: 38 additions & 129 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ rust-version = "1.81"

[dependencies]
tracing = "0.1"
async-trait = "0.1"
color-eyre = "0.6"
structopt = "0.3.26"
tokio = { version = "^1", default-features = false, features = ["full"] }
tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter"] }

[dependencies.gadget-sdk]
version = "0.4.0"
#version = "0.5.1"
git = "https://github.com/tangle-network/gadget.git"
default-features = false
features = ["getrandom"]

Expand Down
Loading

0 comments on commit 5bff1ba

Please sign in to comment.