From 4ad695eed6c2a3fa7fb164c4a0e4972dab2691d2 Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Fri, 25 Sep 2020 05:23:23 +0200 Subject: [wip] client-side color-scheme handling --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f179f28..e96da7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,8 @@ actix-multipart = "0.3.0" actix-rt = "1.1.1" actix-web-httpauth = "0.5.0" mime = "0.3" +grass = "0.10.3" +lazy_static = "1.4.0" [dev-dependencies] assert_cmd = "1.0" -- cgit v1.2.3 From f8b74203b7457fbf0482ec9e10266b370b1bfeab Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Sat, 26 Sep 2020 23:07:24 +0200 Subject: compile scss at build time --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e96da7a..682fdab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,8 +46,6 @@ actix-multipart = "0.3.0" actix-rt = "1.1.1" actix-web-httpauth = "0.5.0" mime = "0.3" -grass = "0.10.3" -lazy_static = "1.4.0" [dev-dependencies] assert_cmd = "1.0" @@ -58,3 +56,6 @@ rstest = "0.6" regex = "1.3.9" pretty_assertions = "0.6" url = "2.1" + +[build-dependencies] +grass = "0.10.3" -- cgit v1.2.3