chore: update cargo metadata
This commit is contained in:
parent
a2977d7d38
commit
3ce1dbbf30
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
name = "duf"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["sigoden <sigoden@gmail.com>"]
|
||||
description = "Duf is a simple file server."
|
||||
license = "MIT OR Apache-2.0"
|
||||
homepage = "https://github.com/sigoden/duf"
|
||||
repository = "https://github.com/sigoden/duf"
|
||||
autotests = false
|
||||
categories = ["command-line-utilities", "web-programming::http-server"]
|
||||
keywords = ["static", "file", "server", "upload", "http", "cli"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "3", default-features = false, features = ["std", "cargo"] }
|
||||
|
|
Loading…
Reference in a new issue