Browse Source

sdk/python: Do not generate rustdoc.

parazyd 3 years ago
parent
commit
3222188b46
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sdk/python/Cargo.toml

+ 1 - 0
src/sdk/python/Cargo.toml

@@ -11,6 +11,7 @@ repository = "https://github.com/darkrenaissance/darkfi"
 [lib]
 name = "darkfi_sdk"
 crate-type = ["cdylib"]
+doc = false
 
 [dependencies]
 darkfi = {path = "../../../", features = ["zk", "zkas"]}