codecaster/Cargo.toml
Myrddin Dundragon 4f54f78187 Setting up the initial project.
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.
2025-04-07 20:31:29 -04:00

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]