mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 03:44:04 +03:00
28 lines
703 B
TOML
28 lines
703 B
TOML
|
[package]
|
||
|
name = "lib"
|
||
|
authors = ["KinodeDAO"]
|
||
|
version = "0.5.3"
|
||
|
edition = "2021"
|
||
|
description = "A general-purpose sovereign cloud computing platform"
|
||
|
homepage = "https://kinode.org"
|
||
|
repository = "https://github.com/kinode-dao/kinode"
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
[build-dependencies]
|
||
|
reqwest = { version = "0.11.22", features = ["blocking"] }
|
||
|
|
||
|
[dependencies]
|
||
|
ethers = "2.0.13"
|
||
|
ethers-providers = "2.0.13"
|
||
|
lazy_static = "1.4.0"
|
||
|
rand = "0.8.4"
|
||
|
ring = "0.16.20"
|
||
|
rusqlite = { version = "0.30.0", features = ["bundled"] }
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
serde_json = "1.0"
|
||
|
thiserror = "1.0"
|
||
|
tokio = { version = "1.28" }
|
||
|
wasmtime = { version = "15.0.1", features = ["component-model"] }
|