14 lines
332 B
TOML
14 lines
332 B
TOML
|
[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]
|