RustBook/Projects/hello_cargo/Cargo.toml

14 lines
335 B
TOML
Raw Normal View History

2024-02-11 18:20:22 +01:00
[package]
name = "hello_cargo"
version = "0.1.0"
edition = "2021"
authors = ["HaQadosch Berraka <haqadosch+rust@pm.me>"]
description = "displays hello world"
documentation = "./docs/ref.org"
readme = "./docs/readme.org"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]