From 8f6354eaabd4f5fe1fb7a76ef001206ee4dc6c43 Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Thu, 9 Feb 2023 09:50:34 -0500 Subject: [PATCH] Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78ab815..a11dbdd 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Download and unzip the tool for your OS from the [releases](https://github.com/S Visit the documentation site for information on installation and usage: https://sleitnick.github.io/rbxcloud/ ## Install Rust Library +The library built for the CLI tool is available to use directly in Rust projects. This is essentially an SDK for the Roblox Open Cloud APIs. + ### Add Dependency To use `rbxcloud` in a Rust project, simply add `rbxcloud` to the `Cargo.toml` dependency list.