File: Cargo.toml.orig

package info (click to toggle)
rust-winutil 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
name = "winutil"
version = "0.1.1"
authors = ["Dave Lancaster <lancaster.dave@gmail.com>"]
description = "Simple library providing wrappers around a handful of useful winapi calls."
readme = "README.md"
license = "MIT"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["wow64apiset", "processthreadsapi", "winbase"] }