mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 07:43:57 +02:00
feat: restructure project and fix vault/sdk version
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
518b1bc8d4
commit
d55f035d34
17 changed files with 848 additions and 579 deletions
7
version.go
Normal file
7
version.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: MPL-2.0
|
||||
// Copyright (c) Matter Labs
|
||||
|
||||
package vault_auth_tee
|
||||
|
||||
const Version = "0.1.0+dev"
|
||||
const Name = "vault-auth-tee"
|
Loading…
Add table
Add a link
Reference in a new issue