mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 15:53:55 +02:00
7 lines
148 B
Go
7 lines
148 B
Go
// 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"
|