From 5736ce103d37e27b2d219c044d6176a5a4d6bcd6 Mon Sep 17 00:00:00 2001 From: peg Date: Wed, 19 Nov 2025 16:07:28 +0100 Subject: [PATCH] Rm uneeded field from Cargo.toml file --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7061684..f3c7ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "attested-tls-proxy" version = "0.1.0" edition = "2024" license = "MIT" -license-file = "LICENSE" [dependencies] tokio = { version = "1.48.0", features = ["full"]}