File: Cargo.toml.orig

package info (click to toggle)
rust-winapi-i686-pc-windows-gnu 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 72 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
authors = ["Peter Atashian <retep998@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead."
repository = "https://github.com/retep998/winapi-rs"
keywords = ["windows"]
include = ["src/*", "lib/*", "Cargo.toml", "build.rs"]
build = "build.rs"