mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
10 lines
179 B
TOML
10 lines
179 B
TOML
|
[package]
|
||
|
name = "valence_build_utils"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
syn.workspace = true
|
||
|
proc-macro2.workspace = true
|