diff --git a/Cargo.toml b/Cargo.toml index 09b54ba..b865fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,9 @@ name = "tower-trace-metrics" version = "0.1.0" edition = "2021" - +license = "Apache 2.0" +author = "Jeremy Wall +# tower-trace-metrics + +A [tower-http](https://crates.io/crates/tower-http) `TraceLayer` that records metrics using the [metrics](https://crates.io/crates/metrics) facade. \ No newline at end of file