Files
example/Cargo.toml
Myrddin Dundragon d395741822 Committing a set of basic rust examples.
This contains code and tests for several basic rust skills.
2025-06-27 15:55:37 -04:00

15 lines
377 B
TOML

[package]
name = "example"
version = "1.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]
tokio = { version = "1.45.1", features = ["full", "test-util"] }