mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
start bytecode compilation
This commit is contained in:
parent
b35d12e041
commit
c6765d7da6
14 changed files with 342 additions and 46 deletions
|
|
@ -6,3 +6,8 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rustc-hash = { version = "1.1.0", optional = true }
|
||||
|
||||
|
||||
[features]
|
||||
fxhash = ["rustc-hash"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue