-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (33 loc) · 957 Bytes
/
Cargo.toml
File metadata and controls
34 lines (33 loc) · 957 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 = [
"examples/grpc",
"examples/hello-world",
"examples/http-axum-router",
"examples/http-concurrent-outbound-calls",
"examples/http-hello-world",
"examples/http-outbound/outbound-http",
"examples/http-outbound/outbound-http-to-same-app",
"examples/http-send-request",
"examples/http-streaming",
"examples/key-value",
"examples/mqtt-outbound",
"examples/mysql",
"examples/postgres",
"examples/redis",
"examples/redis-outbound",
"examples/server-sent-events",
"examples/sqlite",
"examples/variables",
"crates/spin-sdk",
"crates/spin-sdk-macro",
]
[workspace.package]
version = "6.0.0"
authors = ["Spin Framework Maintainers <cncf-spin-maintainers@lists.cncf.io>"]
edition = "2024"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/spinframework/spin-rust-sdk"
rust-version = "1.93"
homepage = "https://spinframework.dev/rust-components"