Use proper workspace path declarations, remove workspace patch section

This commit is contained in:
Joakim Frostegård 2022-04-04 12:46:42 +02:00
parent 44b50204e2
commit c18a59b0cb
12 changed files with 40 additions and 57 deletions

View file

@ -9,7 +9,7 @@ repository = "https://github.com/greatest-ape/aquatic"
readme = "../README.md"
[dependencies]
aquatic_toml_config = "0.2.0"
aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
anyhow = "1"
git-testament = "0.2"