Added Cargo metadata

This commit is contained in:
Raphaël Thériault 2019-10-25 15:48:56 -04:00
parent 602b22b2c7
commit 6434f9e359
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@ version = "0.1.0"
authors = ["Raphaël Thériault <raphael_theriault@outlook.com>"]
edition = "2018"
description = "A simple, light and standalone pastebin, URL shortener and file-sharing service"
homepage = "https://github.com/raftario/filite"
repository = "https://github.com/raftario/filite"
readme = "README.md"
keywords = [
"file-sharing",
"url-shortener",
"pastebin"
]
license = "MIT"
[dependencies]
actix-files = "0.1.6"