File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aa
22
22
toml = { git = " https://github.com/fbsource/toml" , rev = " 0ee7001fb64f7c5094a00d3a360e402201f498fe" }
23
23
tonic = { version = " 0.8.3" , git = " https://github.com/krallin/tonic.git" , rev = " c67fc25b636b48b90c83dfc8dd1f89c00b84846d" }
24
24
tonic-build = { version = " 0.8.4" , git = " https://github.com/krallin/tonic.git" , rev = " c67fc25b636b48b90c83dfc8dd1f89c00b84846d" }
25
+ tracing = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
26
+ tracing-appender = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
27
+ tracing-core = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
28
+ tracing-futures = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
29
+ tracing-log = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
30
+ tracing-serde = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
31
+ tracing-subscriber = { git = " https://github.com/jsgf/tracing.git" , rev = " f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
25
32
windows-sys = { package = " windows-sys" , git = " https://github.com/davidbarsky/windows-rs" , rev = " 0489fa456a104f49c7807ae309743c36709bf179" }
26
33
27
34
[workspace ]
You can’t perform that action at this time.
0 commit comments