added initial py analytics / rust core / ts orchestrator services
This commit is contained in:
parent
680b5fd2ae
commit
c862ed496b
62 changed files with 13459 additions and 0 deletions
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
|
|
@ -0,0 +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"
|
||||
anyhow = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue