feat: boxygit add .

This commit is contained in:
hexlocation 2025-07-29 11:47:02 +02:00
parent ba8d1b9453
commit a8bc61f40c
15 changed files with 4700 additions and 0 deletions

24
Cargo.toml Normal file
View file

@ -0,0 +1,24 @@
[package]
name = "boxy"
version = "0.1.0"
edition = "2024"
[dependencies]
hyper = { version = "1.6.0", features = ["full"]}
tokio = { version = "1.45.1", features = ["full"]}
http-body-util = "0.1.3"
hyper-util = { version = "0.1.14", features = ["full"]}
log = "0.4.27"
pretty_env_logger = "0.5.0"
anyhow = "1.0.98"
thiserror = "2.0.12"
tokio-postgres = "0.7.13"
bcrypt = "0.17.0"
ring = "0.17.14"
nanoid = "0.4.0"
serde_yaml_bw = "2.1.1"
serde = "1.0.219"
base64 = "0.22.1"
string-builder = "0.2.0"
json = "0.12.4"