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 5a855dc commit 1dba0d0Copy full SHA for 1dba0d0
Cargo.toml
@@ -13,7 +13,8 @@ repository = "https://github.com/serde-rs/example-format"
13
rust-version = "1.61"
14
15
[dependencies]
16
-serde = "1"
+serde_core = "1"
17
18
[dev-dependencies]
19
+serde = "1"
20
serde_derive = "1"
src/lib.rs
@@ -6,6 +6,8 @@
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
9
+extern crate serde_core as serde;
10
+
11
mod de;
12
mod error;
mod ser;
0 commit comments