This commit is contained in:
nora 2022-01-29 18:09:21 +01:00
parent 731974ef45
commit f42a8d3da1
4 changed files with 133 additions and 28 deletions

16
Cargo.lock generated
View file

@ -11,6 +11,15 @@ dependencies = [
"const-random",
]
[[package]]
name = "ariadne"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7080ae01b2f0c312065d4914cd0f0de045eb8832e9415b355106a6cff3073cb4"
dependencies = [
"yansi",
]
[[package]]
name = "beef"
version = "0.5.1"
@ -81,6 +90,7 @@ dependencies = [
name = "lambda-calculus"
version = "0.1.0"
dependencies = [
"ariadne",
"chumsky",
"logos",
]
@ -188,3 +198,9 @@ name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "yansi"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"