chore: Use gasket dep from crates.io (#249)
This commit is contained in:
parent
9c23c690d0
commit
db47518497
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ thiserror = "1.0.31"
|
||||||
tokio = { version = "1", features = ["net", "macros", "io-util"] }
|
tokio = { version = "1", features = ["net", "macros", "io-util"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
gasket = { git = "https://github.com/construkts/gasket-rs" }
|
gasket = "0.2.0"
|
||||||
|
# gasket = { git = "https://github.com/construkts/gasket-rs" }
|
||||||
# gasket = { path = "../../../construkts/gasket-rs" }
|
# gasket = { path = "../../../construkts/gasket-rs" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue