diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index fbb9f63..efecfe5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -36,5 +36,8 @@ rocket = { workspace = true, features = ["secrets", "json"] } sled = "0.34.7" typed-sled = "0.2.3" +[build-dependencies] +glob = "0.3.1" + [features] bypass-auth = [] |