add cargo metadata

This commit is contained in:
panicbit 2020-10-31 20:55:28 +01:00
parent acef45c75c
commit 7999fe491a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ name = "northstar"
version = "0.1.0" version = "0.1.0"
authors = ["panicbit <panicbit.dev@gmail.com>"] authors = ["panicbit <panicbit.dev@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "Gemini server implementation"
[dependencies] [dependencies]
anyhow = "1.0.33" anyhow = "1.0.33"