[package] name = "klub_models" description = "Klub core models and controllers" version = "0.0.4" authors = ["yashsaxena"] edition = "2018" license = "MIT" [dependencies] uuid = { version = "0.8", features = ["serde", "v4"] } # Synced versions: # The versions of the crates below must be exactly the same as the versions # set in the web/server/Cargo.toml juniper = { version = "0.15.7", default-features = true } juniper_rocket = "0.8.0" strum = "0.22" strum_macros = "0.22" neo4rs = "0.5.8" futures = { version = "0.3.8" } tokio = { version = "1.0.1", features = ["full"] } tokio-test = "0.4.2" klub_stores = { path = "../stores", version = "0.0.2" } embed-doc-image = "0.1.4"