File: Cargo.toml

package info (click to toggle)
papers 49.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,332 kB
  • sloc: ansic: 37,722; sh: 197; xml: 127; makefile: 112
file content (17 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "papers-thumbnailer"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
papers-document.workspace = true
gio.workspace = true
glib.workspace = true
env_logger.workspace = true
log.workspace = true
gettext-rs.workspace = true
image = { version = "0.25", default-features = false, features = ["png"] }