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 08:02:13 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
38858ab8d8
tauri
/
Cargo.toml
8 lines
87 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"
,
"tauri-updater"
,
Refactor(Updater) Modernize Updater Crate and add Utils Crate (#335) * update updater * basic utils refactor. * fix platform file. * add errors. * fix cargo.toml * Rename cargo.toml to Cargo.toml * remove warning.
2020-01-18 03:33:17 +03:00
"tauri-utils"
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