-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
37 lines (30 loc) · 821 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "socksfinder"
version = "0.8.0-dev"
description = "Search engine for sock puppets on Wikimedia projects"
authors = ["Jérémie Roquet <[email protected]>"]
documentation = "https://github.com/Arkanosis/socksfinder"
homepage = "https://github.com/Arkanosis/socksfinder"
repository = "https://github.com/Arkanosis/socksfinder"
readme = "README.md"
license = "ISC"
keywords = ["sock", "puppet", "sockpuppet", "wikimedia", "wikipedia"]
categories = ["command-line-utilities"]
edition = "2021"
build = "build.rs"
[dependencies]
actix-files = "0.6"
actix-web = "4.2"
askama = "0.11"
askama_actix = "0.13"
byteorder = "1.4"
docopt = "1.1"
fst = "0.4"
mime = "0.3"
number_prefix = "0.4"
prettytable-rs = "0.10"
quick-xml = "0.27"
serde = "1.0"
serde_derive = "1.0"
[build-dependencies]
vergen = "7.4"