Skip to content

Commit

Permalink
docs: add README & LICENSE
Browse files Browse the repository at this point in the history
Add README and LICENSE files, also fill out some additional Cargo.toml fields
  • Loading branch information
Data5tream committed Apr 6, 2023
1 parent 751d042 commit 3aa9ae5
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -2,6 +2,10 @@
name = "simple-status-page"
version = "0.1.0"
edition = "2021"
authors = ["Simon Stefan Barth"]
description = "A simple status page web app"
license = "AGPL-3.0-or-later"
repository = "https://github.com/Data5tream/simple-status-page/"

[dependencies]
actix-cors = "0.6.4"
Expand Down

0 comments on commit 3aa9ae5

Please sign in to comment.