Implement type representation in Rust.
Start the Cretonne library as a Rust crate.
This commit is contained in:
10
src/libcretonne/Cargo.toml
Normal file
10
src/libcretonne/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
authors = ["The cwCretonneRust Project Developers"]
|
||||
name = "cretonne"
|
||||
version = "0.0.0"
|
||||
|
||||
[lib]
|
||||
name = "cretonne"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user