diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-07 23:03:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-07 23:03:07 +0200 |
commit | cd6e8f3886d764847f92ad75d397e2f2f6ad930a (patch) | |
tree | c99e141bc51c2004cdde1b0660ed10b2696f04d8 /server/Cargo.toml | |
parent | fd46def1ebc10d1f2ee4f4447f33e2dfb35986d2 (diff) | |
download | hurrycurry-cd6e8f3886d764847f92ad75d397e2f2f6ad930a.tar hurrycurry-cd6e8f3886d764847f92ad75d397e2f2f6ad930a.tar.bz2 hurrycurry-cd6e8f3886d764847f92ad75d397e2f2f6ad930a.tar.zst |
add option to download map source
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index f09bdf4e..e477bd0f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -19,3 +19,4 @@ rand = "0.9.0-alpha.1" shlex = "1.3.0" clap = { version = "4.5.7", features = ["derive"] } fake = "2.9.2" +pollster = "0.3.0" |