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

@ -0,0 +1,9 @@
[package]
name = "cs_class_printer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cs_parser = { path = "../cs_parser" }