Define telemetry settings in the client crate

This commit is contained in:
Max Brunsfeld
2023-05-10 12:59:24 -07:00
parent 9b06be2aa2
commit aa6ea920e2
17 changed files with 100 additions and 120 deletions
Generated
+2
View File
@@ -1155,6 +1155,7 @@ dependencies = [
"postage",
"rand 0.8.5",
"rpc",
"schemars",
"serde",
"serde_derive",
"settings",
@@ -8315,6 +8316,7 @@ name = "welcome"
version = "0.1.0"
dependencies = [
"anyhow",
"client",
"db",
"editor",
"fs",