aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f6799d..845b1fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst.git'
edition = '2018'
+build = 'build.rs'
[lib]
name = 'rst'
@@ -37,3 +38,6 @@ serde-xml-rs = '0.3.1'
quicli = '0.4.0'
structopt = '0.2.15'
clap = '2.32.0'
+
+[dev-dependencies]
+pretty_assertions = '0.6.1'