16 lines
336 B
TOML
16 lines
336 B
TOML
[package]
|
|
authors = ["The Cretonne Project Developers"]
|
|
name = "cretonne"
|
|
version = "0.0.0"
|
|
description = "Low-level code generator library"
|
|
documentation = "https://cretonne.readthedocs.io/"
|
|
repository = "https://github.com/stoklund/cretonne"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "cretonne"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|