diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-27 00:08:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 00:08:12 +0000 |
commit | cc5900d88c2e86328804bfa861af0ab973a8d6ee (patch) | |
tree | 911fd2f21155ded6bbf204519462f4751195b752 /Cargo.toml | |
parent | Bump deps (diff) | |
parent | Fix error page wrapping (diff) | |
download | miniserve-cc5900d88c2e86328804bfa861af0ab973a8d6ee.tar.gz miniserve-cc5900d88c2e86328804bfa861af0ab973a8d6ee.zip |
Merge pull request #1169 from baod-rate/css
simplify theme selection using data attributes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -35,6 +35,7 @@ colored = "2" comrak = { version = "0.18", default-features = false } fast_qr = { version = "0.9", features = ["svg"] } futures = "0.3" +grass = { version = "0.13", features = ["macro"] } hex = "0.4" http = "0.2" httparse = "1" @@ -80,6 +81,3 @@ url = "2" [target.'cfg(not(windows))'.dev-dependencies] # fake_tty does not support Windows for now fake-tty = "0.3.1" - -[build-dependencies] -grass = { version = "0.13", default-features = false } |