diff --git a/Cargo.toml b/Cargo.toml index b6549e6..8a98844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,9 +56,10 @@ url = "2.3.1" qrcode = { version = "0.12.0", default-features = false, features = ["svg"] } nostr = { version = "0.18.0", default-features = false, features = ["base", "nip04", "nip19"] } log = "0.4" +cln-rpc = "0.1.9" + [target.'cfg(all(not(target_env = "msvc"), not(target_os = "openbsd")))'.dependencies] tikv-jemallocator = "0.5" -cln-rpc = "0.1.9" [dev-dependencies] anyhow = "1"