[package] name = "bison-core" version = "0.0.0" license = "MIT" authors = ["ibraheem "] edition = "2018" description = "The core of the bison framework. Not intended to be used directly." repository = "https://github.com/ibraheemdev/bison" [dependencies] bison-http = { path = "../bison-http", version = "0.0.0" } async-trait = "0.1" futures = "0.3"