v0.0.0b
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
default-members = ["x"]
|
||||
members = [
|
||||
"x",
|
||||
"sub/core",
|
||||
"sub/libm",
|
||||
"sub/pe",
|
||||
"sub/winu"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
sub_sample = { path = "sub/sample" }
|
||||
sub_core = { path = "sub/core" }
|
||||
sub_libm = { path = "sub/libm" }
|
||||
sub_pe = { path = "sub/pe" }
|
||||
sub_winu = { path = "sub/winu" }
|
||||
Reference in New Issue
Block a user