diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-26 18:50:31 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-26 18:50:31 +0200 |
commit | 86f41e49f87764f9afd4be1d0d008a320dcfc331 (patch) | |
tree | 3e7cf94bcecd42ccf2f1e8eb9928a377d4fdb1bd /Cargo.toml | |
parent | c8e5944d697b33738c7ba01694dde5e360470043 (diff) |
feat: add deserializing API interface definitions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ thiserror = "1.0.38" [dev-dependencies] pretty_assertions = "1.3.0" criterion = "0.4.0" -ridicule = "0.2.0" +ridicule = { git = "https://git.hampusmat.com/ridicule" } [[bench]] name = "registry" |