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]
|
[workspace.package]
|
||||||
rust-version = "1.83"
|
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]
|
[workspace.dependencies]
|
||||||
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
|
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reconcile-fuzz"
|
name = "reconcile-fuzz"
|
||||||
version = "0.0.20"
|
version.workspace = true
|
||||||
|
edition.workspace = true
|
||||||
|
authors.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
publish = false
|
publish = false
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
cargo-fuzz = true
|
cargo-fuzz = true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reconcile"
|
name = "reconcile"
|
||||||
version = "0.0.20"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
authors.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0.215", optional = true }
|
serde = { version = "1.0.215", optional = true }
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sync_lib"
|
name = "sync_lib"
|
||||||
version = "0.0.20"
|
version.workspace = true
|
||||||
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
|
edition.workspace = true
|
||||||
edition = "2018"
|
authors.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue