12 lines
213 B
TOML
12 lines
213 B
TOML
[package]
|
|
authors = ["Michael Sippel <micha@fragmental.art>"]
|
|
edition = "2018"
|
|
name = "laddertypes"
|
|
version = "0.1.0"
|
|
|
|
#[lib]
|
|
#proc-macro = true
|
|
|
|
[dependencies]
|
|
laddertype-macro = { path = "./laddertype-macro" }
|
|
|