We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff96658 commit 368ae3bCopy full SHA for 368ae3b
Cargo.toml
@@ -1,5 +1,6 @@
1
[workspace.package]
2
version = "4.4.0"
3
+repository = "https://github.com/arkedge/c2a-core"
4
5
[workspace]
6
resolver = "2"
@@ -36,7 +37,7 @@ description = "Core of Command Centric Architecture"
36
37
readme = "README.md"
38
license = "MIT"
39
-repository = "https://github.com/arkedge/c2a-core"
40
+repository.workspace = true
41
documentation = "https://ut-issl.github.io/c2a-reference/c2a-core"
42
43
[lib]
library/bind-utils/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "c2a-bind-utils"
description = "C2Aのモジュールをbindgenするときのユーティリティ"
version.workspace = true
edition = "2021"
7
0 commit comments