mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-03 16:39:16 +00:00
91 lines
1.9 KiB
Text
91 lines
1.9 KiB
Text
"""
|
|
@generated
|
|
cargo-raze workspace build file.
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
"""
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses([
|
|
"notice" # See individual crates for specific licenses
|
|
])
|
|
alias(
|
|
name = "anyhow",
|
|
actual = "@server__anyhow__1_0_32//:anyhow",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "bit_set",
|
|
actual = "@server__bit_set__0_5_2//:bit_set",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "chan",
|
|
actual = "@server__chan__0_1_23//:chan",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "fs_extra",
|
|
actual = "@server__fs_extra__1_2_0//:fs_extra",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "hamcrest2",
|
|
actual = "@server__hamcrest2__0_3_0//:hamcrest2",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "lazy_static",
|
|
actual = "@server__lazy_static__1_4_0//:lazy_static",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "percent_encoding",
|
|
actual = "@server__percent_encoding__2_1_0//:percent_encoding",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "petgraph",
|
|
actual = "@server__petgraph__0_5_1//:petgraph",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "regex",
|
|
actual = "@server__regex__1_3_9//:regex",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "rust_lsp",
|
|
actual = "@server__rust_lsp__0_6_0//:rust_lsp",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "serde",
|
|
actual = "@server__serde__1_0_116//:serde",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "serde_json",
|
|
actual = "@server__serde_json__1_0_57//:serde_json",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "tempdir",
|
|
actual = "@server__tempdir__0_3_7//:tempdir",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "thiserror",
|
|
actual = "@server__thiserror__1_0_20//:thiserror",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "url",
|
|
actual = "@server__url__2_1_1//:url",
|
|
tags = ["cargo-raze"],
|
|
)
|
|
alias(
|
|
name = "walkdir",
|
|
actual = "@server__walkdir__2_3_1//:walkdir",
|
|
tags = ["cargo-raze"],
|
|
)
|