This commit is contained in:
Numbers
2025-05-29 03:45:41 +02:00
commit ebf6bde22d
10 changed files with 654 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[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" }