[package] name = "bison" version = "0.0.0" license = "MIT" authors = ["ibraheem "] edition = "2018" description = "A powerful web-application framework that does the heavy lifting for you." repository = "https://github.com/ibraheemdev/bison/" readme = "README.md" [workspace] members = [ "bison-core", "bison-http", "bison-orm", "." ] [dependencies] bison-core = { path = "./bison-core", version = "0.0.0" } bison-http = { path = "./bison-http", version = "0.0.0" } bison-orm = { path = "./bison-orm", version = "0.0.0" }