diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-05 20:52:26 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-05 20:52:26 +0100 |
| commit | 0fca7c5476099212ed1fa9ed812aa456ba004300 (patch) | |
| tree | 3acacb019691f56a510ddf21f929816e45d21d9a /test_utilities/Cargo.toml | |
| parent | b17907faf8d9693cef94a6048d802bd4ced9102f (diff) | |
Add tests for utils and metadata
Diffstat (limited to 'test_utilities/Cargo.toml')
| -rw-r--r-- | test_utilities/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test_utilities/Cargo.toml b/test_utilities/Cargo.toml new file mode 100644 index 0000000..57ed81a --- /dev/null +++ b/test_utilities/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "test_utilities" +version = "7.1.0" +edition = "2021" +license = "AGPL-3.0-or-later" +description = "Shared test utilities for blog" +homepage = "https://r.bdr.sh/page.html" +authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"] + +[dependencies] |