chore: make folder names match crate name

This commit is contained in:
rvcas
2022-12-21 17:42:53 -05:00
committed by Lucas
parent 5694cac1a5
commit 42204d2d71
93 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ exclude = ["test_data/*"]
[dependencies]
cryptoxide = "0.4.2"
flat-rs = { path = "../flat", version = "0.0.21" }
flat-rs = { path = "../flat-rs", version = "0.0.21" }
hex = "0.4.3"
pallas-addresses = "0.14.0"
pallas-codec = "0.14.0"