fix: pull codemp-woot from github

This commit is contained in:
əlemi 2023-11-10 04:29:39 +01:00
parent 178ececfe2
commit 1b7d315c9d

View file

@ -10,7 +10,7 @@ name = "codemp"
# core
tracing = "0.1"
# woot
codemp-woot = { path = "../woot", optional = true }
codemp-woot = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/woot.git", branch = "dev", optional = true }
# proto
tonic = { version = "0.9", features = ["tls", "tls-roots"], optional = true }
prost = { version = "0.11.8", optional = true }