We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd021e commit 7b01615Copy full SHA for 7b01615
Cargo.toml
@@ -1,7 +1,12 @@
1
[package]
2
name = "rquickjs-serde"
3
+description = "Serde support for rquickjs"
4
version = "0.1.0"
5
edition = "2024"
6
+license = "Apache-2.0"
7
+repository = "https://github.com/rquickjs/rquickjs-serde"
8
+readme = "README.md"
9
+authors = ["Emile Fugulin <[email protected]>", "The Javy Project Developers"]
10
11
[dependencies]
12
rquickjs = "0.9"
0 commit comments