diff options
Diffstat (limited to 'src/tools/rustdoc-themes/Cargo.toml')
-rw-r--r-- | src/tools/rustdoc-themes/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/rustdoc-themes/Cargo.toml b/src/tools/rustdoc-themes/Cargo.toml new file mode 100644 index 000000000..3d8c77d36 --- /dev/null +++ b/src/tools/rustdoc-themes/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rustdoc-themes" +version = "0.1.0" +edition = "2021" + +[[bin]] +name = "rustdoc-themes" +path = "main.rs" |