diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-12-05 03:31:10 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-12-05 03:31:10 +0200 |
| commit | 315c53c2c412298e87668a67708bb321a12acd2b (patch) | |
| tree | 8f9edb43aba6646a30ed09e9c769e6730edd25e0 /Cargo.toml | |
| parent | 00fb6a16f1c56435a828eaf7cecaf31410e8045f (diff) | |
| download | tiny-server-315c53c2c412298e87668a67708bb321a12acd2b.tar.xz tiny-server-315c53c2c412298e87668a67708bb321a12acd2b.zip | |
Added README.md
Diffstat (limited to 'Cargo.toml')
| -rwxr-xr-x[-rw-r--r--] | Cargo.toml | 18 |
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 |
