aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b7f4965f86cbb82b2cb201c4b5d46958fa732df4 (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.2"
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"