restructure structure

This commit is contained in:
nora 2021-12-15 21:36:37 +01:00
parent 1a920ab9af
commit 1186e70e69
22 changed files with 196 additions and 24 deletions

View file

@ -1,2 +1,16 @@
[workspace]
members = ["crates/*"]
members = [
"cs_class_printer",
"cs_model",
"cs_parser",
"cs_vm",
]
[package]
name = "coldsquare"
version = "0.1.0"
edition = "2021"
[dependencies]
cs_class_printer = { path = "cs_class_printer" }
cs_parser = { path = "cs_parser" }