summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e229d6625cdb2fe8d4b641b2faa2c54aaf667d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"