mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
12 lines
275 B
TOML
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"
|