[package] name = "flexflow-server" description = "Flexflow server" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html edition.workspace = true version.workspace = true keywords.workspace = true authors.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true [dependencies] flexflow-core = { path = "../flexflow-core", version = "0.1.0" }