Skip to content

Commit 01dde91

Browse files
committed
update Cargo.toml
1 parent 0666d2c commit 01dde91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "kinode_process_lib"
3-
description = "A library for writing Kinode processes in Rust."
3+
authors = ["Sybil Technologies AG"]
44
version = "0.10.0"
55
edition = "2021"
6-
license-file = "LICENSE"
6+
description = "A library for writing Kinode processes in Rust."
77
homepage = "https://kinode.org"
88
repository = "https://github.com/kinode-dao/process_lib"
9+
license = "Apache-2.0"
910

1011
[features]
1112
logging = ["dep:color-eyre", "dep:tracing", "dep:tracing-error", "dep:tracing-subscriber"]

0 commit comments

Comments
 (0)