From d07309a9c26090a49490aae11beef39301b6833d Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 5 Dec 2023 11:16:56 +1100 Subject: [PATCH] Add dependency reference to rust-sdk git in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c59da98..f6636c7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ ## Usage +```toml +[dependencies] +maestro = { git = "https://github.com/maestro-org/rust-sdk.git" } +``` + ```rust use maestro::Maestro;