mirror of
https://github.com/fanzeyi/cargo-play
synced 2024-11-13 22:47:06 +00:00
16 lines
294 B
TOML
16 lines
294 B
TOML
|
[package]
|
||
|
name = "cargo-play"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Zeyi Fan <cargo@zeyi.fan>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
structopt = "*"
|
||
|
syn = { version = "*", features = ["full"] }
|
||
|
failure = "*"
|
||
|
toml = "*"
|
||
|
sha1 = "0.6"
|
||
|
base64 = "*"
|
||
|
log = "0.4"
|
||
|
serde = { version = "*", features = ["derive"] }
|