From dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 7 Aug 2023 11:10:10 +0200 Subject: node sort ui --- common/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/Cargo.toml') diff --git a/common/Cargo.toml b/common/Cargo.toml index ce864eb..6bbc513 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,3 +6,7 @@ edition = "2021" [dependencies] serde = { version = "1.0.182", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } +rocket = { version = "0.5.0-rc.3", optional = true } + +[features] +rocket = ["dep:rocket"] -- cgit v1.2.3-70-g09d2