14f31a5186
This should hopefully make the compiler pass thing I want to do possible
10 lines
142 B
TOML
10 lines
142 B
TOML
[package]
|
|
name = "schala-codegen"
|
|
version = "0.1.0"
|
|
authors = ["greg <greg.shuflin@protonmail.com>"]
|
|
|
|
[dependencies]
|
|
|
|
[lib]
|
|
proc-macro = true
|