Files
linsa/Cargo.toml
2024-11-17 21:44:42 +01:00

12 lines
275 B
TOML

[workspace]
members = ["app"]
resolver = "2"
[workspace.package]
authors = ["Alice Carroll <learn-anything@alice-carroll.pet>"]
edition = "2021"
license-file = "license"
repository = "https://github.com/learn-anything/learn-anything"
rust-version = "1.80"
version = "0.1.0"