work on new engine
This commit is contained in:
parent
44476da13f
commit
a1e5a21847
126 changed files with 3425 additions and 6695 deletions
44
Cargo.toml
44
Cargo.toml
|
|
@ -1,23 +1,23 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"apps/stock/core"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Stock Bot Team"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/your-org/stock-bot"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Common dependencies that can be shared across workspace members
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
tracing = "0.1"
|
||||
thiserror = "1"
|
||||
[workspace]
|
||||
members = [
|
||||
"apps/stock/engine"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Stock Bot Team"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/your-org/stock-bot"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Common dependencies that can be shared across workspace members
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
tracing = "0.1"
|
||||
thiserror = "1"
|
||||
anyhow = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue