From a32c6fd9ff08bdf9c7f6f82bf623ce188ada8077 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 9 Apr 2026 12:01:34 +0100 Subject: [PATCH] mem-agent: Add package metadata Make the authors, edition and license be inherited from the workspace Signed-off-by: stevenhorsman --- src/libs/mem-agent/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libs/mem-agent/Cargo.toml b/src/libs/mem-agent/Cargo.toml index ee1bcea70f..c909834da3 100644 --- a/src/libs/mem-agent/Cargo.toml +++ b/src/libs/mem-agent/Cargo.toml @@ -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"