mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 17:34:58 +03:00
f64f411093
crate:: paths everywhere. not yet fiddling with 'extern crate's
9 lines
213 B
TOML
9 lines
213 B
TOML
[package]
|
|
name = "analyze_code"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
syn = { version = "0.14.9", features = ["parsing", "full", "extra-traits"] }
|