diff --git a/Cargo.toml b/Cargo.toml index e3f02ba..84810c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cardpack" description = "Generic Deck of Cards" -version = "0.4.18" +version = "0.4.19" authors = ["electronicpanopticon "] repository = "https://github.com/ImperialBower/cardpack.rs.git" homepage = "https://github.com/ImperialBower/cardpack.rs" @@ -19,9 +19,11 @@ path = "src/lib.rs" [dependencies] colored = "2" fluent-templates = "0.8.0" +flume = "0.10.14" lazy_static = "1.4.0" log = "0.4" rand = "0.8.5" +spin = "0.9.8" term-table = "1.3.2" unic-langid = { version = "0.9.0", features = ["macros"] }