|
|
@@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "markets" |
|
|
|
version = "0.1.0" |
|
|
|
version = "0.2.0" |
|
|
|
authors = ["Jonathan Strong <jstrong@tioscapital.com>"] |
|
|
|
edition = "2018" |
|
|
|
|
|
|
@@ -10,5 +10,10 @@ edition = "2018" |
|
|
|
serde = { version = "1", features = ["derive"] } |
|
|
|
chrono = { version = "0.4", features = ["serde"] } |
|
|
|
chrono-tz = "0.4" |
|
|
|
uuid = { version = "0.7.0", features = ["serde", "v4", "slog"] } |
|
|
|
#uuid = { version = "0.7.0", features = ["serde", "v4", "slog"] } |
|
|
|
hashbrown = { version = "0.6.3", default_features = false, features = ["serde", "ahash"] } |
|
|
|
#decimal = { git = "https://git.mmcxi.com/mm/decimal", branch = "v2.3.x" } |
|
|
|
#decimal-macros = { git = "https://git.mmcxi.com/mm/decimal-macros", rev = "v0.2.1", optional = true } |
|
|
|
|
|
|
|
[features] |
|
|
|
unstable = [] |