[package] name = "thunderstorm" version = "0.0.0" description = "A rumble in the distance." authors = ["ozabalaferrera"] repository = "https://github.com/ozabalaferrera/thunderstorm/" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.65" exclude = [".github"] keywords = [ "thunderstorm", "cloudevents", ] categories = [ "development-tools", "development-tools::testing", "development-tools::profiling", ] #------------------------------------------------- # These should not change in order to # maintain compatibility with the Dockerfile [[bin]] name = "app" path = "src/app.rs" #------------------------------------------------- [dependencies] [dev-dependencies]