From 27868153303fa1a165bf74000b46a77342ebc972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sun, 18 May 2025 15:47:00 +0000 Subject: [PATCH] Upload files to "/" --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..822bf3c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rfut" +version = "0.1.0" +edition = "2024" + +[dependencies] +chrono = "0.4" + +