summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 64eb10d7d941a8a96910775d496a83f02e882870 (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
[workspace.package]
version = "2.56.0"
authors = ["Federico Mena Quintero <federico@gnome.org>", "Many others"]
description = "Render SVG documents with Cairo"
license = "LGPL-2.1-or-later"
homepage = "https://wiki.gnome.org/Projects/LibRsvg"
repository = "https://gitlab.gnome.org/GNOME/librsvg/"
edition = "2021"
rust-version = "1.65.0"

[profile.overflow]
inherits = "release"
overflow-checks = true

[workspace]
members = [
    "gdk-pixbuf-loader",
    "librsvg-c",
    "rsvg",
    "rsvg_convert",
    "rsvg-bench",
]
default-members = [
    "rsvg",
    "rsvg_convert",
]