From d7eebd8402f943856d1d8b24394049e74fe57d20 Mon Sep 17 00:00:00 2001 From: ymgyt Date: Wed, 8 Jan 2025 12:31:32 +0900 Subject: [PATCH] chore: add repository to bind-utils package metadata --- Cargo.toml | 3 ++- library/bind-utils/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 348408c58..d1dce10fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace.package] version = "4.4.0" +repository = "https://github.com/arkedge/c2a-core" [workspace] resolver = "2" @@ -36,7 +37,7 @@ description = "Core of Command Centric Architecture" readme = "README.md" license = "MIT" -repository = "https://github.com/arkedge/c2a-core" +repository.workspace = true documentation = "https://ut-issl.github.io/c2a-reference/c2a-core" [lib] diff --git a/library/bind-utils/Cargo.toml b/library/bind-utils/Cargo.toml index 050374536..941ad5682 100644 --- a/library/bind-utils/Cargo.toml +++ b/library/bind-utils/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "c2a-bind-utils" description = "C2Aのモジュールをbindgenするときのユーティリティ" +repository.workspace = true version.workspace = true edition = "2021"