about summary refs log tree commit diff
path: root/src/tools/rustdoc-themes/Cargo.toml
blob: c12a20fd56c7b9d5720fe9c12edd2b7a348538e5 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "rustdoc-themes"
version = "0.1.0"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
edition = "2018"

[[bin]]
name = "rustdoc-themes"
path = "main.rs"