summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/src/extend_css/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/src/extend_css/Cargo.toml')
-rw-r--r--tests/rustdoc-gui/src/extend_css/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/src/extend_css/Cargo.toml b/tests/rustdoc-gui/src/extend_css/Cargo.toml
new file mode 100644
index 000000000..91683fe89
--- /dev/null
+++ b/tests/rustdoc-gui/src/extend_css/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "extend_css"
+version = "0.1.0"
+edition = "2018"
+
+[lib]
+path = "lib.rs"