Skip to content

Commit

Permalink
s/derive/proc-macros
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Feb 1, 2019
1 parent 430c6e4 commit 3c813f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]

members = [
"tokio-trace-derive",
"tokio-trace-proc-macros",
"tokio-trace-futures",
"tokio-trace-tower",
"tokio-trace-tower-http",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "tokio-trace-derive"
name = "tokio-trace-proc-macros"
version = "0.1.0"
authors = ["Eliza Weisman <eliza@buoyant.io>", "David Barsky <dbarsky@amazon.com>"]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[macro_use]
extern crate tokio_trace;
#[macro_use]
extern crate tokio_trace_derive;
extern crate tokio_trace_proc_macros;
extern crate env_logger;
extern crate tokio_trace_log;

Expand Down
File renamed without changes.

0 comments on commit 3c813f2

Please sign in to comment.