mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 22:40:32 +01:00
* chore(nix): add `cargo-tauri` * chore(rust): add rustfmt config * feat: add tauri app * fix(config): tauri and web config nextjs * fix: default value * fix: force graph * fix: undefined me * fix: undefined me in page detail * fix: remove title from search component * fix: package version * chore: next config * feat: random btn for go to auth * fix the config * feat: tauri --------- Co-authored-by: Alice Carroll <git@alice-carroll.pet> Co-authored-by: Aslam H <iupin5212@gmail.com>
12 lines
279 B
TOML
12 lines
279 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.xyz"
|
|
rust-version = "1.80"
|
|
version = "0.1.0"
|