-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 727 Bytes
/
Cargo.toml
File metadata and controls
26 lines (23 loc) · 727 Bytes
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
[package]
name = "kda-tools"
version = "1.3.1"
authors = ["Josh Vander Hook <josh@vanderhook.info>"]
description = "Tools for doing data management on a match journal, specifally for Hunt Showdown, but it'll work for any sport / game"
edition = "2018"
readme= "README.md"
license-file = "LICENSE"
homepage = "https://github.com/jodavaho/kda-tools"
keywords = ["games","journal","text-processing"]
categories = ["Command Line Utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
claim = "0.5.0"
clap ="2.33.0"
combinations ="0.1.0"
itertools = "0.10.0"
kvc = "1.0.0"
pbr="1.0.4"
poisson-rate-test="1.2.2"
rand="0.8.3"
rand_distr="0.4.0"
statrs="0.13.0"