example/Cargo.toml

14 lines
312 B
TOML
Raw Normal View History

2025-06-27 08:48:57 -04:00
[package]
name = "example"
version = "0.0.0"
edition = "2021"
description = "Just a small sample of Rust code."
repository = "/myrddin/example"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[dependencies]