Prepare for publishing

This commit is contained in:
Malte Tammena 2021-10-31 11:23:51 +01:00
parent c6edc88195
commit 303f4c0906

View file

@ -1,11 +1,21 @@
[package]
name = "mensa"
version = "0.4.3"
authors = ["Malte Tammena <malte.tammena@pm.me>"]
version = "0.5.0"
description = "CLI tool to query the menu of canteens contained in the OpenMensa database"
authors = [ "Malte Tammena <malte.tammena@pm.me>" ]
edition = "2021"
resolver = "2"
license = "MIT"
repository = "https://github.com/MalteT/mensa"
rust-version = "1.56"
keywords = [ "CLI", "uni", "mensa", "openmensa" ]
categories = [ "command-line-utilities" ]
exclude = [
"static/*",
"devshell.toml",
"flake.nix",
"flake.lock"
]
[package.metadata.nix]
build = true