From 4f9fe856a25ab29345b90e7725509e9ee38a37be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:41 +0200 Subject: Adding upstream version 1.69.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/overload/Cargo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 vendor/overload/Cargo.toml (limited to 'vendor/overload/Cargo.toml') diff --git a/vendor/overload/Cargo.toml b/vendor/overload/Cargo.toml new file mode 100644 index 000000000..1e0fbc514 --- /dev/null +++ b/vendor/overload/Cargo.toml @@ -0,0 +1,22 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies +# +# If you believe there's an error in this file please file an +# issue against the rust-lang/cargo repository. If you're +# editing this file be aware that the upstream Cargo.toml +# will likely look very different (and much more reasonable) + +[package] +edition = "2018" +name = "overload" +version = "0.1.1" +authors = ["Daniel Salvadori "] +description = "Provides a macro to simplify operator overloading." +keywords = ["operator", "overloading", "macro", "op"] +categories = ["rust-patterns"] +license = "MIT" +repository = "https://github.com/danaugrs/overload" -- cgit v1.2.3