15 lines
449 B
TOML
15 lines
449 B
TOML
[package]
|
|
name = "google-api-generator"
|
|
version = "0.1.0"
|
|
authors = ["Bill Thiede <git@xinu.tv>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# TODO add 'rev' to pin it.
|
|
google_rest_api_generator = { git = "https://github.com/google-apis-rs/generator" }
|
|
discovery_parser = { git = "https://github.com/google-apis-rs/generator" }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|