Inherit metadata

This commit is contained in:
Andras Schmelczer 2025-01-07 22:23:01 +00:00
parent 55a801ba5e
commit 924d682263
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 20 additions and 7 deletions

View file

@ -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"] }