many changes i made in the last weeks
This commit is contained in:
22
Cargo.toml
22
Cargo.toml
@@ -1,12 +1,10 @@
|
||||
[package]
|
||||
name = "c2vi-part"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "c2vi_part"
|
||||
path = "c2vi-part.rs"
|
||||
|
||||
[dependencies]
|
||||
mize = { path = "./mize/packages/mize" }
|
||||
marts = { path = "./mize/packages/marts" }
|
||||
[workspace]
|
||||
members = [
|
||||
"mize/mize",
|
||||
"mize/marts",
|
||||
"mize/macros",
|
||||
"generated",
|
||||
"dev-part",
|
||||
"mize/marts/spacetime",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
Reference in New Issue
Block a user