smol bot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b43311..bbd4042 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,11 @@ sled = { version = "0.34.7", features = ["compression"] }
remapper = { version = "0.1.0", path = "../remapper" }
implicit-fn = "0.1.0"
sql = "0.4.3"
-charts-rs = { version = "0.3.24", features = ["image", "image-encoder", "resvg"] }
+charts-rs = { version = "0.3.24", features = [
+ "image",
+ "image-encoder",
+ "resvg",
+] }
[features]
server = ["axum"]