diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-17 00:14:14 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-17 00:38:17 +0800 |
| commit | 83d91396bc84a0a35b5b676ab8c2518678a1dd3f (patch) | |
| tree | c3cca7c0faa6b4750993379ff9d6fee3d866ee82 /Cargo.toml | |
Restructure workspace into subcrates0.1.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..026a106 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[workspace] +members = ["shakehand", "shakehand-test"] +resolver = "2" + +[workspace.package] +version = "0.1.0" +edition = "2024" +repository = "https://github.com/catilgrass/shakehand" +homepage = "https://github.com/catilgrass/shakehand" + +[workspace.dependencies] +shakehand = { path = "shakehand" } +syn = "2.0.117" +quote = "1.0.45" +proc-macro2 = "1.0.106" +just_fmt = "0.1.2" +toml = "0.8" |
