mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-29 04:57:54 +00:00
guarantee serde is in lockstep with serde_derive
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "dummy_dependant"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = { path = "../../../serde" }
|
||||
|
||||
# `workspace.exclude` does not seem to work with doubly nested paths.
|
||||
[workspace]
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user