summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5afadfb4d410063c7606bfe7e211874f0ed90d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rlg"
version = "0.1.0"
authors = ["naopross"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
time = "0.2"
itertools = "0.8"