tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
replay
4
fork
atom
Sniff and replay HTTP requests and responses — perfect for mocking APIs during testing.
4
fork
atom
overview
issues
pulls
pipelines
update Cargo.toml
tsiry-sandratraina.com
10 months ago
00e59bd6
07bb378d
+7
1 changed file
expand all
collapse all
unified
split
Cargo.toml
+7
Cargo.toml
···
2
2
name = "replay"
3
3
version = "0.1.0"
4
4
edition = "2024"
5
5
+
description = "A simple HTTP request replay tool"
6
6
+
license = "Apache-2.0"
7
7
+
keywords = ["http", "replay", "cli"]
8
8
+
readme = "README.md"
9
9
+
repository = "https://github.com/tsirysndr/replay"
10
10
+
categories = ["command-line-utilities", "development-tools"]
11
11
+
authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app>"]
5
12
6
13
[dependencies]
7
14
actix-web = "4.10.2"