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"
authors = ["panicbit <panicbit.dev@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT OR Apache-2.0"
description = "Gemini server implementation"
[dependencies]
anyhow = "1.0.33"