mirror of
https://github.com/FliegendeWurst/decimal-code.git
synced 2024-11-09 16:10:37 +00:00
11 lines
248 B
TOML
11 lines
248 B
TOML
|
[package]
|
||
|
name = "decimal-code"
|
||
|
version = "0.1.0"
|
||
|
authors = ["FliegendeWurst <2012gdwu@web.de>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
itertools = "0.9.0"
|