diff options
author | metamuffin <metamuffin@disroot.org> | 2022-08-29 22:53:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-08-29 22:53:37 +0200 |
commit | 3eb1adfeb8dd477479404a1269c8682e3b4edf12 (patch) | |
tree | 1a4788149dc4b958dee129c28b95553cc3927f16 /code/Cargo.toml | |
parent | a4dd9c4944340505962f07853d53ab02f3a02336 (diff) | |
download | metamuffin-blog-3eb1adfeb8dd477479404a1269c8682e3b4edf12.tar metamuffin-blog-3eb1adfeb8dd477479404a1269c8682e3b4edf12.tar.bz2 metamuffin-blog-3eb1adfeb8dd477479404a1269c8682e3b4edf12.tar.zst |
split files
Diffstat (limited to 'code/Cargo.toml')
-rw-r--r-- | code/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/Cargo.toml b/code/Cargo.toml index 62fbb09..8fd54fb 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" laby = "0.2.4" clap = { version = "3.2.17", features = ["derive"] } anyhow = "1.0.62" -markdown = "0.3.0"
\ No newline at end of file +markdown = "0.3.0" +iso8601 = "0.5.0" |