Added support for compile-time constant hash expressions
This commit is contained in:
10
rust_compiler/Cargo.lock
generated
10
rust_compiler/Cargo.lock
generated
@@ -252,6 +252,7 @@ name = "compiler"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"crc32fast",
|
||||
"indoc",
|
||||
"lsp-types",
|
||||
"parser",
|
||||
@@ -260,6 +261,15 @@ dependencies = [
|
||||
"tokenizer",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crc32fast"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "diff"
|
||||
version = "0.1.13"
|
||||
|
||||
Reference in New Issue
Block a user