From 72371e52bf77138ccf86797adf50c783fd1da7a0 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Fri, 7 Feb 2025 19:46:49 +0900 Subject: [PATCH] update: Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2c2bf3f..9e3b9a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "endcap-sl-software-ri-generator" version = "0.1.0" +authors = ["Wataru Otsubo "] edition = "2021" +description = "A generator of register interface for mpsoc software from register map in xml format" +repository = "https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator" build = "build.rs" [[bin]]