| 33 |
33 |
|
goingson-core = { workspace = true }
|
| 34 |
34 |
|
painhours = { workspace = true }
|
| 35 |
35 |
|
goingson-db-sqlite = { workspace = true }
|
| 36 |
|
- |
synckit-client = { git = "https://makenot.work/git/max/synckit.git" }
|
| 37 |
|
- |
synckit-config = { git = "https://makenot.work/git/max/synckit.git" }
|
|
36 |
+ |
synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.8" }
|
|
37 |
+ |
synckit-config = { git = "https://makenot.work/git/max/synckit.git", version = "0.2" }
|
| 38 |
38 |
|
|
| 39 |
39 |
|
# The quasi stack, behind the `quasi` feature. Git URLs redirected to the
|
| 40 |
40 |
|
# working copy by ~/Code/.cargo/config.toml, the way every cross-repo
|
| 45 |
45 |
|
# dependency's source even with the feature off -- so a public clone could not
|
| 46 |
46 |
|
# build at all against a URL it could not reach. quasi went public that day and
|
| 47 |
47 |
|
# the URL moved here with it.
|
| 48 |
|
- |
quasi-router = { git = "https://makenot.work/git/max/quasi.git", optional = true }
|
| 49 |
|
- |
quasi-http = { git = "https://makenot.work/git/max/quasi.git", optional = true }
|
| 50 |
|
- |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", optional = true }
|
| 51 |
|
- |
quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", optional = true }
|
|
48 |
+ |
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.1", optional = true }
|
|
49 |
+ |
quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.1", optional = true }
|
|
50 |
+ |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.1", optional = true }
|
|
51 |
+ |
quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.1", optional = true }
|
| 52 |
52 |
|
|
| 53 |
53 |
|
# Tauri
|
| 54 |
54 |
|
tauri = { workspace = true, features = ["image-png", "devtools"] }
|