aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-11-25 21:32:56 -0700
committerMelody Horn <melody@boringcactus.com>2022-11-25 21:32:56 -0700
commit218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64 (patch)
treefab9cda4e02efe96cfe65e120148a51bbfb14480 /Cargo.toml
parente313512910c2f529ad89be7ab7055d4fd8fd5280 (diff)
downloadlinja-pona-svginator-218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64.tar.gz
linja-pona-svginator-218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64.zip
b
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b653388..f5197f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+anyhow = "1.0.66"
+quick-xml = "0.26.0"
+rocket = "0.5.0-rc.2"