summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 00514e484da023dfd79737093aff1b1207304d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "annotate-rust"
version = "0.1.0"
authors = ["Wesley Moore <wes@wezm.net>"]
edition = "2018"

[dependencies]
regex = "1.1.9"
syn = { version = "0.15.39", default-features = false, features = ["full", "parsing", "visit", "extra-traits"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.3"