We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2389582 commit 1906102Copy full SHA for 1906102
Cargo.toml
@@ -1,7 +1,11 @@
1
[package]
2
name = "kinode_process_lib"
3
+description = "A library for writing Kinode processes in Rust."
4
version = "0.5.8"
5
edition = "2021"
6
+license-file = "LICENSE"
7
+homepage = "https://kinode.org"
8
+repository = "https://github.com/kinode-dao/process_lib"
9
10
[features]
11
eth = [ "ethers-core", "alloy-rpc-types" ]
0 commit comments