mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-03 01:52:16 +03:00
10 lines
169 B
TOML
10 lines
169 B
TOML
[package]
|
|
name = "abstutil"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_cbor = "0.8.2"
|
|
serde_json = "1.0"
|