cargo: Migrate metadata to workspace

This commit is contained in:
Valentin Tolmer
2025-03-30 18:49:38 -05:00
committed by nitnelave
parent 5afcdbda65
commit e18f2af54f
11 changed files with 65 additions and 55 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
[package]
name = "lldap_validation"
version = "0.6.0"
authors = ["Simon Broeng Jensen <sbj@cwconsult.dk>"]
description = "Validation logic for LLDAP"
edition = "2021"
homepage = "https://github.com/lldap/lldap"
license = "GPL-3.0-only"
name = "lldap_validation"
repository = "https://github.com/lldap/lldap"
version = "0.6.0"
homepage.workspace = true
license.workspace = true
repository.workspace = true