forked from gitbutlerapp/gitbutler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
65 lines (59 loc) · 1.81 KB
/
Copy pathCargo.toml
File metadata and controls
65 lines (59 loc) · 1.81 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
[package]
name = "gitbutler-branch-actions"
version = "0.0.0"
edition.workspace = true
authors.workspace = true
publish = false
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
but-error.workspace = true
but-serde = { workspace = true, features = ["legacy"] }
but-meta = { workspace = true, features = ["legacy"] }
but-settings.workspace = true
but-gerrit.workspace = true
but-workspace = { workspace = true, features = ["legacy"] }
but-rebase.workspace = true
but-core = { workspace = true, features = ["legacy"] }
but-graph.workspace = true
but-oxidize.workspace = true
but-forge.workspace = true
but-ctx = { workspace = true, features = ["legacy"] }
chrono.workspace = true
gitbutler-oplog.workspace = true
gitbutler-repo.workspace = true
gitbutler-repo-actions.workspace = true
gitbutler-branch.workspace = true
gitbutler-reference.workspace = true
gitbutler-commit.workspace = true
gitbutler-url.workspace = true
gitbutler-operating-modes.workspace = true
gitbutler-cherry-pick.workspace = true
gitbutler-stack.workspace = true
gitbutler-workspace.workspace = true
gitbutler-project.workspace = true
tracing.workspace = true
anyhow.workspace = true
git2.workspace = true
git2-hooks.workspace = true
gix = { workspace = true, features = ["blob-diff", "revision", "merge"] }
uuid = { workspace = true }
serde.workspace = true
bstr.workspace = true
url = { version = "2.5.4", features = ["serde"] }
md5.workspace = true
itertools.workspace = true
[dev-dependencies]
pretty_assertions = "1.4"
but-graph.workspace = true
gitbutler-testsupport.workspace = true
gitbutler-workspace.workspace = true
gix = { workspace = true, features = [] }
glob = "0.3.3"
tempfile.workspace = true
but-hunk-assignment.workspace = true
# Needed to make tests work with stable change ids
gitbutler-git = { workspace = true }
[lints]
workspace = true