This commit is contained in:
Martin Kavík 2024-06-01 19:39:19 +02:00
parent 9e450ec233
commit 39da9d104e
14 changed files with 123 additions and 19 deletions

View file

@ -16,6 +16,7 @@ readme = "../README.md"
publish = false
[workspace.dependencies]
shared = { path = "./shared" }
# wellen = { version = "0.9.9", features = ["serde1"] }
# wellen = { path = "../wellen/wellen", features = ["serde1"] }
wellen = { git = "https://github.com/MartinKavik/wellen", features = ["serde1"], branch = "new_pub_types" }