sdk/python: Do not generate rustdoc.

This commit is contained in:
parazyd
2023-08-13 19:08:51 +02:00
parent cedfa3cdac
commit 3222188b46

View File

@@ -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"]}