From c2c2f2c00dba3b7253627ddfaec37b2d015ba36b Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 10 Oct 2024 21:26:30 -0500 Subject: allow lib to be loaded by consumer crates and document the required placement --- impls/monero_rust/example/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 impls/monero_rust/example/Cargo.toml (limited to 'impls/monero_rust/example/Cargo.toml') diff --git a/impls/monero_rust/example/Cargo.toml b/impls/monero_rust/example/Cargo.toml new file mode 100644 index 0000000..e0b7823 --- /dev/null +++ b/impls/monero_rust/example/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "monero_example" +version = "0.0.1" +edition = "2021" + +[dependencies] +monero_rust = { path = ".." } -- cgit v1.2.3