Просмотр исходного кода

dchat: add to darkfi workspace and fix bug in dchat Cargo.toml

lunar-mining 2 лет назад
Родитель
Сommit
777a455c23
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      Cargo.toml
  2. 0 1
      example/dchat/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -49,7 +49,7 @@ members = [
     "src/contract/consensus",
     "src/contract/deployooor",
 
-    #"example/dchat",
+    "example/dchat",
 ]
 
 [dependencies]

+ 0 - 1
example/dchat/Cargo.toml

@@ -21,7 +21,6 @@ simplelog = "0.12.1"
 url = "2.5.0"
 
 serde_json = "1.0.108"
-serde = {version = "1.0.193", features = ["derive"]}
 toml = "0.8.8"
 libsqlite3-sys = {version = "0.27.0", features = ["bundled-sqlcipher-vendored-openssl"]}