mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-06 10:18:53 +00:00
10 lines
201 B
TOML
10 lines
201 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_macros"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
rustc-hash = "1.0.0"
|
|
smol_str = "0.1.9"
|
|
join_to_string = "0.1.3"
|