Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anthony
/
jobs-hello-world
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e760ee6
jobs-hello-world
/
Cargo.toml
anthony
HF staff
Update
5142f69
unverified
about 1 month ago
raw
Copy download link
history
blame
Safe
174 Bytes
[package]
name
=
"hello-world"
version
=
"0.1.0"
edition
=
"2021"
[[bin]]
name
=
"help"
path
=
"src/help.rs"
[dependencies]
clap
= { version =
"4"
, features = [
"derive"
] }