From 315c53c2c412298e87668a67708bb321a12acd2b Mon Sep 17 00:00:00 2001 From: omagdy Date: Thu, 5 Dec 2024 03:31:10 +0200 Subject: Added README.md --- Cargo.toml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) mode change 100644 => 100755 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index 9858303..2d9f937 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,23 +1,9 @@ -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! [package] -name = "http-server-starter-rust" +name = "tiny-server" version = "0.1.0" -authors = ["Codecrafters "] +authors = ["omagdy7 "] edition = "2021" -# DON'T EDIT THIS! -# -# Codecrafters relies on this file being intact to run tests successfully. Any changes -# here will not reflect when CodeCrafters tests your code, and might even cause build -# failures. -# -# DON'T EDIT THIS! [dependencies] anyhow = "1.0.59" # error handling bytes = "1.3.0" # helps manage buffers -- cgit v1.2.3