Añadir Cargo.toml

This commit is contained in:
nix 2025-06-28 02:35:21 +01:00
parent 5ea643dd9a
commit 39e745b99a

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "walrus"
version = "0.1.0"
edition = "2025"
[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }