[package] name = "changesets" edition = "2018" version = "0.1.0" authors = ['Facebook'] license = "GPLv2+" include = ["schemas/**/*.sql", "src/**/*.rs"] [dependencies] caching_ext = { path = "../common/rust/caching_ext" } changeset-entry-thrift = { path = "if" } context = { path = "../server/context" } mononoke_types = { path = "../mononoke_types" } sql_construct = { path = "../common/sql_construct" } sql_ext = { path = "../common/rust/sql_ext" } cachelib = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } cloned = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master" } futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } memcache = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } sql = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } stats = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } abomonation = "0.7" abomonation_derive = "0.5" anyhow = "1.0" bytes = { version = "0.5", features = ["serde"] } futures = "0.1" maplit = "1.0" thiserror = "1.0" [dev-dependencies] mononoke_types-mocks = { path = "../mononoke_types/mocks" } assert_matches = "1.3" tokio-compat = "0.1"