summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 640f4133335ac24bf04240bc21079da5b8b86a2b (plain)
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
[workspace]
members = [
"cargo_author",
"cargo_toml",
"categories",
"crate_db",
"crates_io_client",
"docs_rs_client",
"front_end",
"github_info",
"kitchen_sink",
"lazyonce",
"reindex",
"render_readme",
"repo_url",
"rich_crate",
"simple_cache",
"user_db",
"crate_git_checkout",
"udedokei",
"search_index",
"ranking",
"server",
"render_readme/dump",
]

[profile.dev]
opt-level = 1

[profile.release]
debug = true

[patch.crates-io]
cargo_toml = { path = "cargo_toml" }
cargo_author = { path = "cargo_author" }
lazyonce = { path = "lazyonce" }
rmp = { git = "https://github.com/3Hren/msgpack-rust", rev = "b93ea78dcb1c0326a3195790cbbad9dda16e7027" }
rmp-serde = { git = "https://github.com/3Hren/msgpack-rust", rev = "b93ea78dcb1c0326a3195790cbbad9dda16e7027" }
onig = { git = "https://github.com/kornelski/rust-onig", branch = "bindgen" }
onig_sys = { git = "https://github.com/kornelski/rust-onig", branch = "bindgen" }

[patch.'https://gitlab.com/crates.rs/crate_git_checkout.git']
crate_git_checkout = { path = "crate_git_checkout" }

[patch.'https://gitlab.com/crates.rs/crates_io_client.git']
crates_io_client = { path = "crates_io_client" }

[patch.'https://gitlab.com/crates.rs/docs_rs_client.git']
docs_rs_client = { path = "docs_rs_client" }

[patch.'https://gitlab.com/crates.rs/render_readme.git']
render_readme = { path = "render_readme" }

[patch.'https://gitlab.com/crates.rs/repo_url.git']
repo_url = { path = "repo_url" }

[patch.'https://gitlab.com/crates.rs/simple_cache.git']
simple_cache = { path = "simple_cache" }