mem-agent: Add package metadata

Make the authors, edition and license be inherited from the
workspace

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-04-09 12:01:34 +01:00
parent 5bcc006447
commit a32c6fd9ff

View File

@@ -1,7 +1,9 @@
[package]
name = "mem-agent"
version = "0.2.0"
edition = "2021"
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
slog = "2.5.2"