File: Cargo.toml.orig

package info (click to toggle)
rust-scheduled-thread-pool 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "scheduled-thread-pool"
version = "0.2.7"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "A scheduled thread pool"
repository = "https://github.com/sfackler/scheduled-thread-pool"
readme = "README.md"
keywords = ["threadpool", "pool"]
categories = ["concurrency"]

[dependencies]
parking_lot = "0.12"