diff options
Diffstat (limited to 'examples/with-3rd-party/third-party-lib/Cargo.toml')
-rw-r--r-- | examples/with-3rd-party/third-party-lib/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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] |