mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
11 lines
241 B
TOML
11 lines
241 B
TOML
[package]
|
|
name = "rocket"
|
|
version = "0.1.0"
|
|
authors = ["Jake Runzer <jakerunzer@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket = "0.4.6"
|