13 lines
248 B
TOML
13 lines
248 B
TOML
[workspace]
|
|
members = [
|
|
"crates/wraith-core",
|
|
"crates/wraith",
|
|
"crates/wraith-napi",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://git.alk.dev/alkdev/wraith" |