21 lines
301 B
TOML
21 lines
301 B
TOML
[workspace]
|
|
members = ["derive_macro"]
|
|
|
|
[package]
|
|
name = "otw"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[features]
|
|
default = ["alloc", "extra-validation"]
|
|
|
|
extra-validation = []
|
|
alloc = []
|
|
std = []
|
|
|
|
|
|
[dependencies]
|
|
derive_macro = { path = "derive_macro" }
|
|
e = { git = "https://git.intege.rs/xlib/e.git" } |