File: debcargo.toml

package info (click to toggle)
rustup 1.27.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,636 kB
  • sloc: sh: 856; python: 233; javascript: 183; makefile: 27
file content (40 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (2)
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
overlay = "."
uploaders = ["Ximin Luo <infinity0@debian.org>", "Zixing Liu <zixing.liu@canonical.com>"]
collapse_features = true
crate_src_path = "."

[source]
build_depends = ["bash-completion"]
vcs_git = "https://salsa.debian.org/rust-team/rustup.git"
vcs_browser = "https://salsa.debian.org/rust-team/rustup"

[packages.lib]
provides = ["librust-rustup-macros+default-dev"]

[packages.bin]
section = "devel"
summary = "The Rust toolchain installer"
extra_lines = ["""
Conflicts:
 rustc,
 cargo,
 rustfmt,
 rust-clippy,
 rust-doc,
 rust-gdb,
 rust-lldb,
 rustfmt-web,
 rust-web-gdb,
 rust-web-lldb,
 rust-web-clippy,
 rust-mozilla-gdb,
 rust-mozilla-lldb"""]

description = """
Rustup installs The Rust Programming Language from the official release
channels, enabling you to easily switch between stable, beta, and nightly
compilers and keep them updated. It makes cross-compiling simpler with binary
builds of the standard library for common platforms.
And it runs on all platforms Rust supports, including Windows.

"""