diff options
| author | Christine Dodrill <me@christine.website> | 2020-09-19 11:33:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-19 11:33:46 -0400 |
| commit | a2fba89738caac83ce24d40b762d6205f2266361 (patch) | |
| tree | 3a61afb3b1a9d42b0a61b67be527322b6740f179 /Cargo.toml | |
| parent | 1e61d2ad33f7ac7751063bdd373ab3d1305015e2 (diff) | |
| download | xesite-a2fba89738caac83ce24d40b762d6205f2266361.tar.xz xesite-a2fba89738caac83ce24d40b762d6205f2266361.zip | |
TL;DR Rust (#210)
* start mara code
* better alt text
* more mara tests
* cleanups
* blog: start tl;dr rust post
* more words
* feature complete
* little oopses
* oops lol
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ repository = "https://github.com/Xe/site" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1" +color-eyre = "0.5" chrono = "0.4" comrak = "0.8" envy = "0.4" @@ -30,6 +30,7 @@ thiserror = "1" tokio = { version = "0.2", features = ["macros"] } warp = "0.2" xml-rs = "0.8" +url = "2" # workspace dependencies go_vanity = { path = "./lib/go_vanity" } |
