init
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user