mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 07:48:55 +00:00
24 lines
868 B
TOML
24 lines
868 B
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies
|
|
#
|
|
# If you believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
name = "pathdiff"
|
|
version = "0.2.0"
|
|
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
|
|
description = "Library for diffing paths to obtain relative paths"
|
|
documentation = "https://docs.rs/pathdiff/"
|
|
keywords = ["path", "relative"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/Manishearth/pathdiff"
|
|
|
|
[dependencies]
|