-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (32 loc) · 834 Bytes
/
Cargo.toml
File metadata and controls
34 lines (32 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[workspace]
resolver = "2"
members = [
"hyperstack",
"interpreter",
"hyperstack-macros",
"hyperstack-idl",
"cli",
"rust/hyperstack-server",
"rust/hyperstack-sdk",
"stacks/sdk/rust",
]
exclude = [
"stacks/pumpfun",
"stacks/ore",
"examples/rust-client",
"examples/ore-server",
]
[workspace.package]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/HyperTekOrg/hyperstack.git"
authors = ["Hypertek"]
[workspace.dependencies]
# Yellowstone Vixen ecosystem
yellowstone-vixen = "0.6.0-alpha.0"
yellowstone-vixen-core = "0.6.0-alpha.0"
yellowstone-vixen-proto = "0.6.0-alpha.0"
yellowstone-vixen-yellowstone-grpc-source = "0.6.0-alpha.0"
# Yellowstone gRPC client (for standalone slot subscriptions)
yellowstone-grpc-client = "9.1.0"
yellowstone-grpc-proto = "9.1.0"