summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <j.wernick@eyeo.com>2023-05-10 15:20:16 +0200
committerJustin Wernick <j.wernick@eyeo.com>2023-05-10 15:23:05 +0200
commit447176eb86f88139f9974b789c03444245835874 (patch)
treed59a72cb6c9a18fb72bde7e77df7e231b592ea3a /Cargo.toml
parentcae34ef0b7b6e47f1ed3efe71ac658105a75a530 (diff)
Build a markdown version of the readme
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 644f4e4..6e66a77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2021"
description = "A shell for restricting access on a version control server"
-readme = "readme.org"
+readme = "readme.md"
# TODO: homepage = ""
repository = "https://code.worthe-it.co.za/shackle.git/"
license = "MIT"