From 41a05eddc287be40d1172f66a7651d6af42d406a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 15 Feb 2022 22:27:38 +0100 Subject: [PATCH] Capitalize the Diopser bundle name --- bundler.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bundler.toml diff --git a/bundler.toml b/bundler.toml new file mode 100644 index 00000000..1dc07698 --- /dev/null +++ b/bundler.toml @@ -0,0 +1,8 @@ +# This provides metadata for `cargo xtask bundle `. The syntax is as +# follows: +# +# [package_name] +# name = "Human Readable Plugin Name" # defaults to + +[diopser] +name = "Diopser"