mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
9 lines
214 B
TOML
9 lines
214 B
TOML
[package]
|
|
name = "analyze_code"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
syn = { version = "0.15.24", features = ["parsing", "full", "extra-traits"] }
|