[package] name = "apollo-supergraph" version = "0.0.1" authors = ["The Apollo GraphQL Contributors"] edition = "2021" description = "Apollo Federation Supergraph" documentation = "https://docs.rs/apollo-supergraph" repository = "https://github.com/apollographql/federation-next" license = "Elastic-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] apollo-at-link = { path = "../apollo-at-link", version = "0.0.1" } apollo-subgraph = { path = "../apollo-subgraph", version = "0.0.1" } apollo-compiler = "=1.0.0-beta.3" salsa = "0.16.1" indexmap = "2.0.0"