diff options
Diffstat (limited to 'build/rust/libloading/Cargo.toml')
-rw-r--r-- | build/rust/libloading/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/rust/libloading/Cargo.toml b/build/rust/libloading/Cargo.toml new file mode 100644 index 0000000000..18385bc7ac --- /dev/null +++ b/build/rust/libloading/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "libloading" +version = "0.7.999" +edition = "2021" + +[lib] +path = "lib.rs" + +[dependencies.libloading] +version = "0.8.3" |