From c9491936fcc82ad7f048f91352c0d17960427e69 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 1 Apr 2025 00:11:55 +0200 Subject: [PATCH] Add README --- .rustc_info.json | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .rustc_info.json create mode 100644 README.md diff --git a/.rustc_info.json b/.rustc_info.json new file mode 100644 index 0000000..49ba972 --- /dev/null +++ b/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":16380765819736665028,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.85.1 (4eb161250 2025-03-15)\nbinary: rustc\ncommit-hash: 4eb161250e340c8f48f66e2b929ef4a5bed7c181\ncommit-date: 2025-03-15\nhost: x86_64-unknown-linux-gnu\nrelease: 1.85.1\nLLVM version: 19.1.7\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0b9845 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Heavy file server +Server that streams the content of a directory as a streamed tar file.