PaperTrader/Cargo.toml

21 lines
349 B
TOML
Raw Normal View History

2020-06-14 06:25:22 +00:00
[package]
name = "PaperTrader"
version = "0.1.0"
authors = ["realaltffour <56314286+realaltffour@users.noreply.github.com>"]
edition = "2018"
[lib]
name = "libtrader"
path = "src/libtrader/libtrader.rs"
test = true
bench = true
[[bin]]
name = "sandbox"
path = "src/bin/sandbox/sandbox.rs"
test = false
bench = false
[dependencies]
2020-06-15 03:24:08 +00:00
chrono = "0.4"