Initial commit
This commit is contained in:
10
aurac/Cargo.toml
Normal file
10
aurac/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "aurac"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
aurac_lexer = { path = "../aurac_lexer" }
|
||||
aurac_parser = { path = "../aurac_parser" }
|
||||
aurac_typechecker = { path = "../aurac_typechecker" }
|
||||
aurac_codegen = { path = "../aurac_codegen" }
|
||||
Reference in New Issue
Block a user