summaryrefslogtreecommitdiffhomepage
path: root/test/test-rpc/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26Replace `aws-lc-rs` with `ring` as crypto providerSebastian Holmin1-2/+2
2024-09-26Update to `hyper` version 1 echosystem for e2e testsSebastian Holmin1-4/+6
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-1/+0
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-1/+1
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-11Add package metadata to crates in testing frameworkLinus Färnstrand1-2/+4
Such as authors, repository, licence etc. And have all crates inherit from the workspace
2024-01-04Add workspace level linting to test workspaceLinus Färnstrand1-0/+3
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+29
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>