Skip to content

Commit

Permalink
add descriptions etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Aug 3, 2024
1 parent b24e835 commit 486c736
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[package]
name = "fidelityfetch"
description = "Seamlessly setup a webserver to serve files recursively from a specified path"
license = "MIT"
authors = ["Marc Beck König <[email protected]>"]
version = "0.1.0"
edition = "2021"
readme = "README.md"
exclude = [".github"]
homepage = "https://github.com/CramBL/fidelityfetch"
repository = "https://github.com/CramBL/fidelityfetch"
keywords = ["file-transfer", "command-line"]

exclude = [".github", "scripts"]

[[bin]]
name = "fife"
Expand Down

0 comments on commit 486c736

Please sign in to comment.