Initial commit
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[workspace.package]
|
||||
homepage = "https://gitea.woggioni.net/woggioni/rdraught"
|
||||
authors = ["Walter Oggioni <oggioni.walter@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
repository = "https://github.com/gtk-rs/gtk-rs-core"
|
||||
license = "MIT"
|
||||
edition = "2024"
|
||||
rust-version = "1.87"
|
||||
|
||||
[package]
|
||||
name = "rdraught"
|
||||
|
||||
[lib]
|
||||
name = "rdraught"
|
||||
crate-type = ["lib"]
|
||||
|
||||
[dependencies]
|
||||
heapless = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.9"
|
||||
|
||||
[workspace]
|
||||
members = ["rdraught-cli", "rdraught-pi", "rdraught-ui"]
|
Reference in New Issue
Block a user