OverComplicatedCalculator/Cargo.toml

10 lines
200 B
TOML
Raw Normal View History

2021-11-28 23:08:27 +01:00
[package]
name = "cb-calculator"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0"