Files
otw/Cargo.toml
Numbers ebf6bde22d init
2025-05-29 03:45:41 +02:00

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" }