We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b00117 commit 4acda6fCopy full SHA for 4acda6f
Cargo.toml
@@ -1,10 +1,12 @@
1
[package]
2
name = "tiddly-wiki-server"
3
+description = "A back-end for saving TiddlyWikis"
4
+repository = "https://github.com/nathanielknight/tiddly-wiki-server"
5
version = "0.1.0"
6
edition = "2021"
7
license-file = "LICENSE.md"
8
+readme = "README.md"
9
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
axum = "0"
0 commit comments