| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-11-10 | feat: move from openssl to rustls | Sophie Forrest | |
| This removes external dependencies on pkg-config and openssl, only requiring the rustls dependency, meaning the entire program is in Rust, simplifying the build system on all platforms. | |||
| 2024-10-09 | chore: remove devenv | Sophie Forrest | |
| Uses a native nix shell. | |||
| 2024-10-09 | chore(flake): improve nix infrastructure | Sophie Forrest | |
| 2024-09-11 | chore: useNextest and use lockfile instead of hash | Sophie Forrest | |
| 2024-09-10 | chore: use devenv | Sophie Forrest | |
| 2024-09-10 | feat: downloading | Sophie Forrest | |
| Downloading is now done with reqwest. | |||
| 2024-09-06 | chore: add flake.nix | Sophie Forrest | |
| Package can now be built with Nix. | |||