issue-bot/Cargo.toml

18 lines
491 B
TOML
Raw Normal View History

2019-09-20 12:59:13 +03:00
[package]
name = "issue-bot"
version = "0.1.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusqlite = { version="0.20.0", features=["uuid",]}
melib = { git= "https://git.meli.delivery/meli/meli", branch = "master" }
uuid = "*"
time = "*"
serde_json = "1.0.40"
serde= { version = "1.0.101", features = ["derive"]}
reqwest = "0.9.20"
toml = "0.5.3"