diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-26 11:16:51 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-26 11:16:51 -0300 |
commit | c4c208c15575e64907291d4567cd72d5ceb7c0ef (patch) | |
tree | 0e50ecaaa62a152de61ad8ebda2f06bf5a6f109b /Cargo.toml | |
parent | ef02e2bbd6e0bebfc39f21c1a790c8c06d856eb3 (diff) | |
download | glam-c4c208c15575e64907291d4567cd72d5ceb7c0ef.tar.gz glam-c4c208c15575e64907291d4567cd72d5ceb7c0ef.tar.bz2 glam-c4c208c15575e64907291d4567cd72d5ceb7c0ef.zip |
Asserting results form shell commands
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ categories = ["command-line-utilities"] clap = { version = "3.0", features = ["derive"] } serde = { version = "1.0.140", features = ["derive"] } colored = "2" -serde_json = "1.0"
\ No newline at end of file +serde_json = "1.0" +assert_fs = "1.0"
\ No newline at end of file |