From db1ac9481535a7e1a5bbc2917af1d3660dabee84 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 30 Jan 2023 18:53:10 -0500 Subject: [PATCH] Add LICENSE and README. Also update metadata in Cargo.toml --- Cargo.toml | 4 +- LICENSE | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 18 +++++ 3 files changed, 222 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 README.md 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