File: Cargo.toml.orig

package info (click to toggle)
rust-file-diff 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 832 kB
  • sloc: makefile: 14
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "file_diff"
version = "1.0.0"
authors = ["Ethan Pailes <ethanpailes@gmail.com>"]
readme = "README.md"
repository = "https://github.com/ethanpailes/file_diff-rs"
homepage = "https://github.com/ethanpailes/file_diff-rs"
keywords = ["diff", "testing", "test", "file"]
license = "BSD-3-Clause"
description = "An atomic utility for diffing files in testing"