mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 12:07:55 +00:00
Remove unneeded 'include' Cargo.toml entries
This commit is contained in:
@@ -7,7 +7,7 @@ description = "Precompiled implementation of #[derive(Serialize, Deserialize)]"
|
||||
documentation = "https://serde.rs/derive.html"
|
||||
edition = "2015"
|
||||
homepage = "https://serde.rs"
|
||||
include = ["serde_derive", "src"]
|
||||
include = ["serde_derive-x86_64-unknown-linux-gnu", "src"]
|
||||
keywords = ["serde", "serialization", "no_std", "derive"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/serde-rs/serde"
|
||||
|
||||
Reference in New Issue
Block a user