diff --git a/Cargo.toml b/Cargo.toml index 348408c5..d1dce10f 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 05037453..941ad568 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"