File: Cargo.toml.orig

package info (click to toggle)
rust-debian-watch 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "debian-watch"
version = "0.2.8"
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>",]
edition = "2021"
license = "Apache-2.0"
description = "parser for Debian watch files"
repository = "https://github.com/jelmer/debian-watch-rs.git"
homepage = "https://github.com/jelmer/debian-watch-rs"

[dependencies]
rowan = "0.16"
m_lexer = "0.0.4"
debversion = ">=0.3"
url = "2.5.3"

[dev-dependencies]
maplit = "1.0.2"