Initial Rust WSON serde implementation
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "wson"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "WSON text and JBON binary serialization with serde support"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
Reference in New Issue
Block a user