Improve the examples
This commit is contained in:
@@ -12,8 +12,16 @@ name = "basic"
|
||||
path = "src/basic.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "basic_no_macros"
|
||||
path = "src/basic_no_macros.rs"
|
||||
name = "basic_with_tracing"
|
||||
path = "src/basic_with_tracing.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "basic_without_macro"
|
||||
path = "src/basic_without_macro.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "multiple_objects"
|
||||
path = "src/multiple_objects.rs"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1"
|
||||
|
Reference in New Issue
Block a user