[package] name = "cardinal-c" description = "A C target for the Cardinal code generator." version = "0.1.1" authors = ["Zack "] edition = "2018" license = "MIT" homepage = "https://github.com/redgush/cardinal" repository = "https://github.com/redgush/cardinal" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cardinal-codegen = { path = "../codegen", version = "0.1.1" }