From 8f809ccbc946e201a4c51736eb836873dc4faa2b Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:15:20 +0000 Subject: [PATCH] adding lib section to TOML --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a25099b..272fe76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ readme = "README.md" [package.metadata.docs] rustdoc = ["--cfg", "doc"] +[lib] +name = "msyrs" +path = "src/lib.rs" [dependencies] reqwest = { version = "0.12.9", features = ["blocking", "json"] }