aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-02-03 01:14:05 +0100
committerJokler <jokler@protonmail.com>2020-02-22 23:20:10 +0100
commit5eea11a03c11551091b2c72f48590aec7f5410f0 (patch)
tree4767841f341b82539c2586ef04e67fe72e52bd4b /Cargo.toml
parent2831c2b60cb61a14c7efee4ab5c0389eb3ad5469 (diff)
downloadpokebot-5eea11a03c11551091b2c72f48590aec7f5410f0.tar.gz
pokebot-5eea11a03c11551091b2c72f48590aec7f5410f0.zip
Add a json /api/bots endpoint for data retrieval
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 15b80f7..d271d7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,3 +40,4 @@ actix-web = "2.0.0"
actix-files = "0.2.1"
askama = { version = "0.9.0", features = ["with-actix-web"] }
rand = { version = "0.7.3", features = ["small_rng"] }
+derive_more = "0.99.2"