aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 38ed3a35cf91650b21b9cfb967301f44db894451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "codecrafters-redis"
version = "0.1.0"
authors = ["Codecrafters <hello@codecrafters.io>"]
edition = "2021"

[dependencies]
anyhow = "1.0.59"                                   # error handling
base64 = "0.22.1"
bytes = "1.3.0"                                     # helps manage buffers
regex = "1.11.1"
thiserror = "1.0.32"                                # error handling
tokio = { version = "1.23.0", features = ["full"] } # async networking