summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-28 03:40:12 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-28 03:40:12 +0200
commita6d8bf1b07e64d89d6db3a003c5853a086889b4e (patch)
treefeb1c7e11b642f4101819dee5b931f2dab46d5bd /Cargo.toml
parentf0670e72b518346ae818a2fa8659743aff0fd11a (diff)
downloadtexmodbot-a6d8bf1b07e64d89d6db3a003c5853a086889b4e.tar.xz
Replace quit_after_nodes by more general quit_after_defs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e72b83e..e8fb654 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread", "signal"] }
mt_auth = { git = "https://github.com/minetest-rust/mt_auth" }
clap = { version = "4.3.0", features = ["derive"] }
futures-util = "0.3.28"
+enumset = "1.1.2"