-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
74 lines (68 loc) · 1.44 KB
/
Cargo.toml
File metadata and controls
74 lines (68 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[workspace]
members = [
"subscript-compiler",
"apps/SubScript/subscript-app-rs",
"ss-app-engine",
"ss-app-engine-c-api",
"ss-language-server",
"ss-freeform-format",
"ss-git-client",
]
exclude = [
"local-dev/ss-drawing-lab",
"local-dev/cavalier_contours",
"local-dev/cavalier_contours_ffi",
]
# [patch.crates-io]
# skia-safe = {git = "https://github.com/colbyn/rust-skia-x86_64-apple-ios-macabi"}
# skia-bindings = {git = "https://github.com/colbyn/rust-skia-x86_64-apple-ios-macabi"}
# [patch.crates-io]
# uuid = { path = "../path/to/uuid" }
# # "git-actor",
# # "git-url",
# # "git-hash",
# # "git-validate",
# # "git-ref",
# # "git-command",
# # "git-config",
# # "git-config-value",
# # "git-discover",
# # "git-features",
# # "git-commitgraph",
# # "git-chunk",
# # "git-quote",
# # "git-object",
# # "git-glob",
# # "git-diff",
# # "git-date",
# # "git-traverse",
# # "git-index",
# # "git-bitmap",
# # "git-worktree",
# # "git-revision",
# # "git-packetline",
# # "git-mailmap",
# # "git-note",
# # "git-fetchhead",
# # "git-prompt",
# # "git-filter",
# # "git-sec",
# # "git-lfs",
# # "git-rebase",
# # "git-sequencer",
# # "git-submodule",
# # "git-transport",
# # "git-credentials",
# # "git-protocol",
# # "git-pack",
# # "git-odb",
# # "git-tempfile",
# # "git-lock",
# # "git-attributes",
# # "git-pathspec",
# # "git-refspec",
# # "git-path",
# # "git-repository",
# # "gitoxide-core",
# # "git-tui",
# # "git-tix",