[package] name = "ultraroute" version = "0.1.0" description = "High-performance, easy-to-use and safe routing system for bots" readme = "readme.md" homepage = "https://github.com/fscdev/ultraroute" repository = "https://github.com/fscdev/ultraroute" license = "MIT" authors = ["prostomarkeloff"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" [dev-dependencies] criterion = "0.3" [[bench]] name = "benchmark" harness = false