summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-05-17 16:56:01 +0200
committerliv <shadows_withal@fastmail.com>2023-05-17 16:56:01 +0200
commit19cee732094c59669f29ce941ad87f5a90af6bf8 (patch)
treed70052df19d5c1720849e9ff436f1e296ef41671 /Cargo.toml
parent4c638e365f4de4f34b6ca3408daa08d5c6688b68 (diff)
chore: set up oranda
Sets up oranda so we can get nice website things for free. Some caveats we have right now: - Absolutely manual, I have to do `oranda build` and the deploy manually right now - I had to pop the Readme into a new Markdown file because the first header in there was looking very strange
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e603bbf..498bbf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "rustlings"
+description = "Small exercises to get you used to reading and writing Rust code!"
version = "5.5.0"
authors = [
"Liv <mokou@fastmail.com>",