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.

13 lines
213 B
TOML

[package]
name = "joinrs"
version = "0.0.1"
edition = "2021"
[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.51"
anyhow = "1.0.81"
thiserror = "1.0.58"
joinrs_proc = { path = "../joinrs_proc" }