This repository has been archived on 2022-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
aprs-trains/Cargo.toml
2022-12-19 13:41:18 -05:00

18 lines
488 B
TOML

[package]
name = "<crate_name>"
version = "0.1.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "<description>"
documentation = "https://docs.rs/<crate_name>"
readme = "README.md"
homepage = "https://github.com/ewpratten/<repo_name>"
repository = "https://github.com/ewpratten/<repo_name>"
license = "GPL-3.0"
keywords = []
categories = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]