Skip to content

Commit

Permalink
chore: add keyword and categories to cargo file of ockam_app_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Oct 18, 2023
1 parent 182c8c5 commit 59b6497
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion implementations/rust/ockam/ockam_app_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
name = "ockam_app_lib"
version = "0.1.0"
authors = ["Ockam Developers"]
categories = [
"cryptography",
"asynchronous",
"authentication",
"network-programming",
"embedded",
]
edition = "2021"
homepage = "https://github.com/ockam-network/ockam"
keywords = [
"ockam",
"crypto",
"cryptography",
"network-programming",
"encryption",
]
license = "Apache-2.0"
publish = true
repository = "https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_app_lib"
description = "Ockam's desktop application library"

[lib]
name = "ockam_app_lib"
crate-type = ["staticlib"]
Expand Down

0 comments on commit 59b6497

Please sign in to comment.