File: Cargo.toml.orig

package info (click to toggle)
rust-pool 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]

name          = "pool"
version       = "0.1.4"
license       = "MIT"
authors       = ["Carl Lerche <me@carllerche.com>"]
description   = "A pool of reusable values"
documentation = "https://carllerche.github.io/pool/pool"
homepage      = "https://github.com/carllerche/pool"
repository    = "https://github.com/carllerche/pool"
readme        = "README.md"
keywords      = ["pool"]
exclude       = [
  ".gitignore",
  ".travis.yml",
  "deploy.sh",
  "test/**/*",
]

[[test]]

name = "test"
path = "test/test.rs"