[package] name = "tosin" version = "0.1.0" authors = ["Melody Horn / boringcactus "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = { version = "0.14", features = ["full"] } structopt = "0.3.21" tokio = { version = "1", features = ["full"] } warp = "0.3"