mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-31 21:34:19 +01:00
build: inherit deps in sphinx-key
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
exclude = ["broker", "tester"]
|
||||
members = ["factory", "sphinx-key"]
|
||||
exclude = ["broker", "tester"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
@@ -25,17 +25,17 @@ sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "9c8
|
||||
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", optional = true, rev = "9c8dc1f8dd61fa908f5546524a9c1d21f1b34dd7" }
|
||||
# sphinx-signer = { path = "../../sphinx-rs/signer", optional = true }
|
||||
|
||||
anyhow = { version = "1", features = ["backtrace"] }
|
||||
bitflags = "1.3.2"
|
||||
embedded-hal = "=1.0.0-alpha.10"
|
||||
embedded-svc = "0.25.0"
|
||||
esp-idf-hal = "0.41.1"
|
||||
esp-idf-svc = { version = "0.46.0", features = ["experimental", "alloc"] }
|
||||
esp-idf-sys = { version = "0.33.1", features = ["binstart"] }
|
||||
log = "0.4.17"
|
||||
anyhow.workspace = true
|
||||
bitflags.workspace = true
|
||||
embedded-hal.workspace = true
|
||||
embedded-svc.workspace = true
|
||||
esp-idf-hal.workspace = true
|
||||
esp-idf-svc.workspace = true
|
||||
esp-idf-sys.workspace = true
|
||||
log.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
embuild = "0.31.2"
|
||||
embuild.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "clear"
|
||||
|
||||
Reference in New Issue
Block a user