mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
16 lines
254 B
TOML
16 lines
254 B
TOML
[package]
|
|
name = "refineable"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/refineable.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
syn = "1.0.72"
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.66"
|
|
derive_refineable = { path = "./derive_refineable" }
|