Inherit metadata
This commit is contained in:
parent
55a801ba5e
commit
924d682263
4 changed files with 20 additions and 7 deletions
|
|
@ -9,6 +9,11 @@ members = [
|
|||
|
||||
[workspace.package]
|
||||
rust-version = "1.83"
|
||||
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
|
||||
edition = "2022"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/schmelczer/vault-link"
|
||||
version = "0.0.20"
|
||||
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
[package]
|
||||
name = "reconcile-fuzz"
|
||||
version = "0.0.20"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
edition = "2021"
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
[package]
|
||||
name = "reconcile"
|
||||
version = "0.0.20"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.215", optional = true }
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
[package]
|
||||
name = "sync_lib"
|
||||
version = "0.0.20"
|
||||
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
|
||||
edition = "2018"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue