Skip to content

Commit 1906102

Browse files
committed
add required fields to cargo.toml
1 parent 2389582 commit 1906102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "kinode_process_lib"
3+
description = "A library for writing Kinode processes in Rust."
34
version = "0.5.8"
45
edition = "2021"
6+
license-file = "LICENSE"
7+
homepage = "https://kinode.org"
8+
repository = "https://github.com/kinode-dao/process_lib"
59

610
[features]
711
eth = [ "ethers-core", "alloy-rpc-types" ]

0 commit comments

Comments
 (0)