[package] name = "libqaul-sdk" description = "Client SDK for libqaul" version = "0.1.0" authors = ["Katharina Fey "] edition = "2018" license = "AGPL-3.0-or-later" [dependencies] libqaul-types = { version = "0.1", path = "../../libqaul/types" } qrpc-sdk = { version = "0.1", path = "../../rpc-core/qrpc-sdk" }