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

@@ -0,0 +1,35 @@
[package]
name = "aiken-project"
description = "Aiken project utilities"
version = "0.0.26"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken/crates/project"
homepage = "https://github.com/aiken-lang/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
aiken-lang = { path = "../aiken-lang", version = "0.0.26" }
askama = "0.10.5"
dirs = "4.0.0"
fslock = "0.2.1"
futures = "0.3.25"
hex = "0.4.3"
ignore = "0.4.18"
itertools = "0.10.1"
miette = { version = "5.3.0", features = ["fancy"] }
pallas = "0.14.0"
pallas-traverse = "0.14.0"
petgraph = "0.6.2"
pulldown-cmark = { version = "0.8.0", default-features = false }
regex = "1.6.0"
reqwest = "0.11.13"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
strip-ansi-escapes = "0.1.1"
thiserror = "1.0.37"
tokio = { version = "1.23.0", features = ["full"] }
toml = "0.5.9"
uplc = { path = '../uplc', version = "0.0.25" }
walkdir = "2.3.2"
zip-extract = "0.1.1"