This website requires JavaScript.
Explore
Help
Sign In
tauri-apps
/
tauri
Watch
1
Star
1
Fork
0
You've already forked tauri
mirror of
https://github.com/tauri-apps/tauri.git
synced
2024-12-18 16:11:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
94f073467d
tauri
/
Cargo.toml
10 lines
97 B
TOML
Raw
Normal View
History
Unescape
Escape
chore(monorepo): cleanup (#73) * chore(monorepo): cleanup * fix(tauri-cli): build errors * fix(tauri:build.rs): dont' panic if env missing * fix(finalize): setup for crates * npm publish on release actual publish currently disabled * cargo publish on release actual publish currently disabled * update PR tests for new folder structure * doesn't like the period on job name? * fail on cargo warnings otherwise we would assume green arrow is all good * green on warnings for now
2019-11-28 01:26:24 +03:00
[
workspace
]
members
=
[
"tauri"
,
[WIP] Refactor(Crates) Tauri into individual Crates (#192) * split tauri into 3 crates * fix macros * change builder into lib * cleanup package paths * add features back to lib * make build function public * add build-deps * rename and fix. * correct package name * move crates to root and refactor names * fix github action * move fixture to tauri-build * remove slash * add .vscode features * fix updater * fix updater mistake * fix(tauri) refactor buiilds * fix seperation * change get back to get * fix cfg and remove dead code warnings. * roll #160 into this pr * add credit * fix eof * chore(tauri) move assets to mod, loadAssets cfg outside its definition * chore(tauri) remove unused deps * update updater and cfg * fix(tauri) embedded-server with dead variable * add review refactors and remove cli form workgroup * chore(tauri) rename tauri to tauri-api and tauri-bundle to tauri * fix workspace and updater * rename update to updater
2019-12-22 22:04:45 +03:00
"tauri-api"
,
build(task-runner): add self-documented task runner (#486) * feat(task-runner): add maskfile.md `mask` can also act as self-documented task runner https://github.com/jakedeichert/mask TODO: add demo.gif on opening this PR * fix(task-runner): error when basename != dirname with assumption it only happen on examples/rust * chore(task-runner): add .gif from pr #486 * fix(task-runner): point $TAURI_* to fixture/*
2020-04-12 16:57:52 +03:00
"tauri-utils"
,
]
exclude
=
[
"examples"
,
chore(monorepo): cleanup (#73) * chore(monorepo): cleanup * fix(tauri-cli): build errors * fix(tauri:build.rs): dont' panic if env missing * fix(finalize): setup for crates * npm publish on release actual publish currently disabled * cargo publish on release actual publish currently disabled * update PR tests for new folder structure * doesn't like the period on job name? * fail on cargo warnings otherwise we would assume green arrow is all good * green on warnings for now
2019-11-28 01:26:24 +03:00
]
Reference in New Issue
Copy Permalink