mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore: rename intel-tee-quote-verification-rs to teepot-tee-quote-verification-rs
and prepare to publish on crates.io Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
28d58c7cab
commit
8dd4c1292a
5 changed files with 21 additions and 14 deletions
|
@ -10,6 +10,7 @@ authors = ["Harald Hoyer <hh@matterlabs.dev>"]
|
|||
# has the standard Apache-2.0 OR MIT license
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/matter-labs/teepot"
|
||||
homepage = "https://github.com/matter-labs/teepot"
|
||||
|
||||
[workspace.dependencies]
|
||||
actix-http = "3"
|
||||
|
@ -28,7 +29,7 @@ enumset = { version = "1.1", features = ["serde", "std"] }
|
|||
futures-core = { version = "0.3.30", features = ["alloc"], default-features = false }
|
||||
getrandom = "0.2.12"
|
||||
hex = { version = "0.4.3", features = ["std"], default-features = false }
|
||||
intel-tee-quote-verification-rs = { path = "crates/intel-tee-quote-verification-rs" }
|
||||
intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.2.1" }
|
||||
intel-tee-quote-verification-sys = { version = "0.2.1" }
|
||||
k256 = "0.13"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue