19 lines
471 B
TOML
19 lines
471 B
TOML
[package]
|
|
name = "fidc-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
ahash.workspace = true
|
|
chrono.workspace = true
|
|
indexmap.workspace = true
|
|
rayon.workspace = true
|
|
rhai.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
thiserror.workspace = true
|
|
ta-lib = { git = "https://github.com/TA-Lib/ta-lib.git", rev = "dd5a90259a3f9e04e2da9f38bf0719a841b40108" }
|