diff --git a/Cargo.toml b/Cargo.toml index 1e6643da..f8e43727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ actix-service = { path = "actix-service" } actix-testing = { path = "actix-testing" } actix-threadpool = { path = "actix-threadpool" } actix-tls = { path = "actix-tls" } +actix-tracing = { path = "actix-tracing" } actix-utils = { path = "actix-utils" } actix-router = { path = "router" } bytestring = { path = "string" } diff --git a/actix-tracing/CHANGES.md b/actix-tracing/CHANGES.md new file mode 100644 index 00000000..e2f7d7c4 --- /dev/null +++ b/actix-tracing/CHANGES.md @@ -0,0 +1,5 @@ +# Changes + +## [0.1.0] - 2020-01-15 + +* Initial release diff --git a/actix-tracing/Cargo.toml b/actix-tracing/Cargo.toml index 322ff983..055cd11c 100644 --- a/actix-tracing/Cargo.toml +++ b/actix-tracing/Cargo.toml @@ -16,7 +16,7 @@ name = "actix_tracing" path = "src/lib.rs" [dependencies] -actix-service = "1.0.3" +actix-service = "1.0.4" futures-util = "0.3.1" tracing = "0.1" tracing-futures = "0.2" diff --git a/actix-tracing/LICENSE-APACHE b/actix-tracing/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/actix-tracing/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/actix-tracing/LICENSE-MIT b/actix-tracing/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/actix-tracing/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file