summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-01-06 09:46:54 +0200
committerLars Wirzenius <liw@liw.fi>2020-01-06 10:35:56 +0200
commit8270d1099e5d8751adecfdf8b3354e4c663d4800 (patch)
tree1c0257b3983fae04be074e1bf719ad27687e8616 /Cargo.toml
parenta79b5fe9ce8ae75b0975a50d0766fc2e1c3e596d (diff)
downloadsubplot-8270d1099e5d8751adecfdf8b3354e4c663d4800.tar.gz
Add: allow test data files to be embedded in Markdown
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 849dae1..2d4a890 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,4 +24,4 @@ tempfile-fast = "0.3.1"
regex = "1"
serde_yaml = "0.8.11"
serde_json = "1.0"
-serde = { version = "1.0.101", features = ["derive"]}
+serde = { version = "1.0.101", features = ["derive"] }