Add base subcrates
This commit is contained in:
9
crates/wtfnet-platform/Cargo.toml
Normal file
9
crates/wtfnet-platform/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "wtfnet-platform"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
wtfnet-core = { path = "../wtfnet-core" }
|
||||
Reference in New Issue
Block a user