diff options
Diffstat (limited to 'users/grfn/xanthous/server/Cargo.toml')
-rw-r--r-- | users/grfn/xanthous/server/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/grfn/xanthous/server/Cargo.toml b/users/grfn/xanthous/server/Cargo.toml index 6772d75ec88f..adb2a02391bd 100644 --- a/users/grfn/xanthous/server/Cargo.toml +++ b/users/grfn/xanthous/server/Cargo.toml @@ -24,3 +24,6 @@ base64ct = "<1.2" [dependencies.tokio] version = "1.13" features = ["rt", "rt-multi-thread", "macros", "net", "process", "fs", "signal"] + +[dev-dependencies] +tempfile = "3.2.0" |