Skip to content

Commit f095dd6

Browse files
committed
Improve Cargo.toml
1 parent c97df9c commit f095dd6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ members = [".", "dummy-attestation-server"]
33

44
[package]
55
name = "attested-tls-proxy"
6-
version = "0.1.0"
6+
version = "0.0.1"
77
edition = "2024"
88
license = "MIT"
9+
description = "An HTTP attested TLS proxy server and client for secure communication with CVM services"
10+
repository = "https://github.com/flashbots/attested-tls-proxy"
11+
keywords = ["attested-TLS", "CVM", "TDX"]
912

1013
[dependencies]
1114
tokio = { version = "1.48.0", features = ["full"] }

dummy-attestation-server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55
license = "MIT"
66
publish = false
7+
repository = "https://github.com/flashbots/attested-tls-proxy"
78

89
[dependencies]
910
attested-tls-proxy = { path = ".." }

0 commit comments

Comments
 (0)