next.js / crates /next-taskless /Cargo.toml
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
[package]
name = "next-taskless"
version = "0.0.1"
description = "TBD"
license = "MIT"
edition = "2024"
[lib]
bench = false
[lints]
workspace = true
[dependencies]
anyhow = { workspace = true }
regex = { workspace = true }
serde_json = { workspace = true }
turbo-unix-path = { workspace = true }