Skip to content

Commit

Permalink
build: Set license and description
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Apr 24, 2023
1 parent 2788990 commit 533c8ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
name = "lenra-app"
version = "0.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
description = "App Lib for Rust Lenra apps"
repository = "https://github.com/lenra-io/app-lib-rust"
keywords = ["lenra", "app", "lib", "api"]
include = [
"**/*.rs",
"Cargo.toml",
]

[lib]
name = "lenra_app"
Expand Down

0 comments on commit 533c8ce

Please sign in to comment.