Skip to content

Commit 4acda6f

Browse files
Additional keys in Cargo.toml
1 parent 9b00117 commit 4acda6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[package]
22
name = "tiddly-wiki-server"
3+
description = "A back-end for saving TiddlyWikis"
4+
repository = "https://github.com/nathanielknight/tiddly-wiki-server"
35
version = "0.1.0"
46
edition = "2021"
57
license-file = "LICENSE.md"
8+
readme = "README.md"
69

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
810

911
[dependencies]
1012
axum = "0"

0 commit comments

Comments
 (0)