microbit/Cargo.toml

14 lines
332 B
TOML
Raw Normal View History

2025-07-06 13:50:35 -04:00
[package]
name = "microbit"
version = "0.0.0"
edition = "2021"
description = "A place to play around with microbit embedded code."
repository = "/myrddin/microbit"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[dependencies]