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

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