10 lines
No EOL
252 B
TOML
10 lines
No EOL
252 B
TOML
[package]
|
|
name = "hello-rocket"
|
|
version = "0.1.0"
|
|
authors = ["Florian RICHER <florian.richer@unova.fr>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket = "0.4.7" |