36d455150d
Landing this now to unblock Android builds of mentat until the cross-compilation of dependencies is figured out.
28 lines
578 B
TOML
28 lines
578 B
TOML
[package]
|
|
name = "mentat_tolstoy"
|
|
version = "0.0.1"
|
|
workspace = ".."
|
|
authors = ["Grisha Kruglov <gkruglov@mozilla.com>"]
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
hyper = "0.11"
|
|
tokio-core = "0.1"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_cbor = "0.8.2"
|
|
serde_derive = "1.0"
|
|
lazy_static = "0.2"
|
|
uuid = { version = "0.5", features = ["v4", "serde"] }
|
|
|
|
error-chain = { git = "https://github.com/rnewman/error-chain", branch = "rnewman/sync" }
|
|
|
|
[dependencies.mentat_core]
|
|
path = "../core"
|
|
|
|
[dependencies.mentat_db]
|
|
path = "../db"
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.13"
|
|
features = ["limits"]
|