nova-multisig 0.1.0

Nova Shield fork of Squads Protocol v4 - An SDK for building automated multisig programs on Solana
Documentation
[dependencies.futures]
features = ["async-await", "alloc"]
version = "0.3.28"

[dependencies.solana-client]
version = "1.17.4"

[dependencies.squads-multisig-program]
features = ["cpi", "no-entrypoint"]
package = "nova-multisig-program"
version = "0.1.0"

[dependencies.thiserror]
version = "1.0.48"

[features]
default = []

[lib]
name = "squads_multisig"
path = "src/lib.rs"

[package]
authors = ["Nova Shield <hi@nshield.org>", "Valentin Madrid <valentin@incility.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Nova Shield fork of Squads Protocol v4 - An SDK for building automated multisig programs on Solana"
documentation = "https://github.com/NovaShieldWallet/nova-multisig"
edition = "2021"
exclude = ["target/", ".git/"]
homepage = "https://nshield.org"
keywords = ["solana", "multisig", "anchor", "nova", "squads"]
license = "AGPL-3.0"
name = "nova-multisig"
readme = "README.md"
repository = "https://github.com/NovaShieldWallet/nova-multisig"
version = "0.1.0"