blob: 103391ca3b47c763cef3c4bf5e0343c027d539a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[workspace]
members = ["shakehand", "shakehand-test"]
resolver = "2"
[workspace.package]
version = "0.1.3"
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"
|