File: Cargo.toml.orig

package info (click to toggle)
rust-patchkit 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 916 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "patchkit"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "A library for parsing and manipulating patch files"
repository = "https://github.com/breezy-team/patchkit"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
homepage = "https://github.com/breezy-team/patchkit"

[dependencies]
chrono = "0.4"
lazy-regex = ">=2"
lazy_static = "1"
once_cell = "1.20.2"
regex = "1"