1
0

feat: finish p31

This commit is contained in:
2025-10-07 22:39:16 +08:00
parent e75379f234
commit e0f9dadfc6
4 changed files with 1830 additions and 0 deletions

14
problems/p31/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "p31"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { workspace = true }
tokio = { workspace = true }
axum = { workspace = true }
serde = { workspace = true }
common = { path = "../../common/" }
hex = { workspace = true }
rand = { workspace = true }
anyhow = { workspace = true }