You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
201 B
TOML

[package]
name = "joinrs_proc"
version = "0.0.1"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.51"
anyhow = "1.0.81"
thiserror = "1.0.58"