Just changing some files as I get started. The main thing that I changed is that the code in the project will not be using the rust STD, only core. This is because we are writing keyboard firmware.
14 lines
327 B
TOML
14 lines
327 B
TOML
[package]
|
|
name = "codecaster"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
description = "Empower Your Typing, Cast Your Spells"
|
|
repository = "/myrddin/codecaster"
|
|
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
readme = "README.md"
|
|
license-file = "LICENSE.md"
|
|
|
|
|
|
|
|
[dependencies]
|