aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-x[-rw-r--r--]Cargo.toml18
1 files changed, 2 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9858303..2d9f937 100644..100755
--- 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 <hello@codecrafters.io>"]
+authors = ["omagdy7 <omar.professional8777@gmail.com>"]
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