presentation-rust-webapps/simple_text_board/Cargo.toml
2021-01-12 01:44:00 +01:00

9 lines
142 B
TOML

[package]
name = "simple_text_board"
version = "0.1.0"
authors = ["finga <finga@onders.org>"]
edition = "2018"
[dependencies]
rocket = "0.4"