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

@ -10,8 +10,8 @@ authors = ["Lucas Rosa <x@rvcas.dev>"]
[dependencies]
aiken-lang = { path = '../lang', version = "0.0.26" }
aiken-project = { path = '../project', version = "0.0.26" }
aiken-lang = { path = '../aiken-lang', version = "0.0.26" }
aiken-project = { path = '../aiken-project', version = "0.0.26" }
crossbeam-channel = "0.5.6"
lsp-server = "0.6.0"
lsp-types = "0.93.2"

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
aiken-lang = { path = "../lang", version = "0.0.26" }
aiken-lang = { path = "../aiken-lang", version = "0.0.26" }
askama = "0.10.5"
dirs = "4.0.0"
fslock = "0.2.1"

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -24,7 +24,7 @@ pallas-traverse = "0.14.0"
regex = "1.5.4"
thiserror = "1.0.31"
aiken-lang = { path = "../lang", version = "0.0.26" }
aiken-lsp = { path = "../lsp", version = "0.0.26" }
aiken-project = { path = '../project', version = "0.0.26" }
aiken-lang = { path = "../aiken-lang", version = "0.0.26" }
aiken-lsp = { path = "../aiken-lsp", version = "0.0.26" }
aiken-project = { path = '../aiken-project', version = "0.0.26" }
uplc = { path = '../uplc', version = "0.0.25" }

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"