File: Cargo.toml.orig

package info (click to toggle)
rust-cachedir 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cachedir"
version = "0.3.0"
authors = ["Jakub Stasiak <jakub@stasiak.at>"]
edition = "2018"
license = "MIT"
description = "A library to help interacting with cache directories and CACHEDIR.TAG files."
repository = "https://github.com/jstasiak/cachedir"

[dependencies]
tempfile = "3"