Skip to content

Commit

Permalink
update package fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Henrique Barchi committed Apr 3, 2022
1 parent 9bcae7c commit 725f45c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
name = "serenade"
description = "Serenade: Session-based recommender system"
keywords = ["recommendation", "recommendation-system", "recommender-system"]
categories = ["science"]
readme = "README.md"
repository = "https://github.com/bolcom/serenade/"
license = "Apache-2.0"
license-file = "LICENSE.md"
version = "0.2.9"
authors = ["[email protected]"]
edition = "2021"
exclude = [
"assets/*"
]


[[bin]]
name = "serving"

0 comments on commit 725f45c

Please sign in to comment.