File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/vault-variable-test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vault-variable-test"
3
- authors = [" tpmccallum <tim.mccallum @fermyon.com>" ]
4
- description = " A simple application that returns query values from variable providers "
3
+ authors = [" Fermyon Engineering <engineering @fermyon.com>" ]
4
+ description = " Vault Application Variable Provider Example "
5
5
version = " 0.1.0"
6
6
edition = " 2021"
7
7
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
10
10
11
11
[dependencies ]
12
12
anyhow = " 1"
13
- spin-sdk = { git = " https://github.com/fermyon/spin " , tag = " v2.1.0 " }
13
+ spin-sdk = { path = " ../../sdk/rust " }
14
14
15
15
[workspace ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ spin_manifest_version = 2
4
4
name = " vault-variable-test"
5
5
version = " 0.1.0"
6
6
authors = [
" Fermyon Engineering <[email protected] >" ]
7
- description = " A simple application that returns query values from variable providers "
7
+ description = " Vault Application Variable Provider Example "
8
8
9
9
[[trigger .http ]]
10
10
route = " /..."
You can’t perform that action at this time.
0 commit comments