summaryrefslogtreecommitdiffstats
path: root/feat_extractor/Cargo.toml
blob: 9a6ece86ae67273eb399315cb7cbfa48629378a6 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "feat_extractor"
version = "0.1.0"
authors = ["Kornel <kornel@geekhood.net>"]
edition = "2018"

[dependencies]
rake = { git = "https://github.com/kornelski/rake-rs" }
rich_crate = { path = "../rich_crate" }
lazy_static = "1.4.0"