Skip to content

Commit 0493886

Browse files
committed
Move trait_transformer_test to example
1 parent 69c9983 commit 0493886

File tree

5 files changed

+4
-28
lines changed

5 files changed

+4
-28
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[workspace]
22
members = [
33
"trait_transformer",
4-
"trait_transformer_test",
54
]
65

76
resolver = "2"

trait_transformer/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2023 Google LLC
2-
#
2+
#
33
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
# https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
55
# <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
@@ -21,3 +21,6 @@ proc-macro = true
2121
proc-macro2 = "1.0"
2222
quote = "1.0"
2323
syn = { version = "2.0", features = ["full"] }
24+
25+
[dev-dependencies]
26+
tokio = { version = "1", features = ["rt"] }

trait_transformer_test/Cargo.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)