-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (28 loc) · 1.31 KB
/
Cargo.toml
File metadata and controls
31 lines (28 loc) · 1.31 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
[patch.crates-io]
starlark = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
starlark_derive = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
starlark_lsp = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
starlark_syntax = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
starlark_map = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
allocative = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
allocative_derive = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
dupe = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
display_container = { git = "https://github.com/thesayyn/starlark-rust.git", branch = "bytes_type" }
[workspace]
members = ["crates/*"]
exclude = ["crates/example-tui"]
default-members = ["crates/aspect-cli"]
resolver = "2"
[profile.release]
lto="fat"
codegen-units = 1
opt-level = "z"
[workspace.package]
version = "0.0.0-dev"
categories = ["development-tools"]
homepage = "https://github.com/aspect-build/aspect-cli"
repository = "https://github.com/aspect-build/aspect-cli"
license = "Apache 2"
edition = "2024"
readme = "README.md"
rust-version = "1.88.0"