aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 818457e260309d9355c3bc6d29a22c89140cf2bd (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.1"
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"