diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-01 20:35:40 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-01 20:35:40 +0100 |
commit | f40a40e555f0041e8f7631e26adadd5cc47a5768 (patch) | |
tree | a0c933d47e32c5cfc9747dc0b6b9b0001e738555 /frontend/Cargo.toml | |
parent | Frontend: Result component: Add basic structure (diff) | |
download | OSSE-f40a40e555f0041e8f7631e26adadd5cc47a5768.tar.gz OSSE-f40a40e555f0041e8f7631e26adadd5cc47a5768.tar.bz2 OSSE-f40a40e555f0041e8f7631e26adadd5cc47a5768.zip |
Frontend: Result component: Use the stylist crate to apply basic css
Diffstat (limited to 'frontend/Cargo.toml')
-rw-r--r-- | frontend/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index f3d1e6d..5b76828 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -16,4 +16,5 @@ gloo-net = "0.2" wasm-bindgen-futures = "0.4" itertools = "0.10.5" urlencoding = "2.1.2" +stylist = "0.10" lib = { path = "../lib" } \ No newline at end of file |