Add some scaffolding for building more crates.
The src/tools directory contains the cretonne-tools crate which will build binaries for testing cretonne. The src/libctonfile directory contains the ctonfile library crate which provides reading and writing of .cton files.
This commit is contained in:
19
src/tools/Cargo.lock
generated
Normal file
19
src/tools/Cargo.lock
generated
Normal file
@@ -0,0 +1,19 @@
|
||||
[root]
|
||||
name = "cretonne-tools"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cretonne 0.0.0",
|
||||
"ctonfile 0.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cretonne"
|
||||
version = "0.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "ctonfile"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cretonne 0.0.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user