From ade21185976ea2324d313a5c28a88cc0492f2934 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 20 Aug 2022 17:10:08 +0200 Subject: docs: add a example that uses a 3rd party library --- examples/with-3rd-party/third-party-lib/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/with-3rd-party/third-party-lib/Cargo.toml (limited to 'examples/with-3rd-party/third-party-lib/Cargo.toml') diff --git a/examples/with-3rd-party/third-party-lib/Cargo.toml b/examples/with-3rd-party/third-party-lib/Cargo.toml new file mode 100644 index 0000000..37668c4 --- /dev/null +++ b/examples/with-3rd-party/third-party-lib/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "third-party-lib" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3-18-g5258