зеркало из https://github.com/mozilla/gecko-dev.git
32 строки
1016 B
TOML
32 строки
1016 B
TOML
|
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||
|
#
|
||
|
# When uploading crates to the registry Cargo will automatically
|
||
|
# "normalize" Cargo.toml files for maximal compatibility
|
||
|
# with all versions of Cargo and also rewrite `path` dependencies
|
||
|
# to registry (e.g. crates.io) dependencies
|
||
|
#
|
||
|
# If you believe there's an error in this file please file an
|
||
|
# issue against the rust-lang/cargo repository. If you're
|
||
|
# editing this file be aware that the upstream Cargo.toml
|
||
|
# will likely look very different (and much more reasonable)
|
||
|
|
||
|
[package]
|
||
|
name = "cloudabi"
|
||
|
version = "0.0.3"
|
||
|
authors = ["Nuxi (https://nuxi.nl/) and contributors"]
|
||
|
description = "Low level interface to CloudABI. Contains all syscalls and related types."
|
||
|
homepage = "https://nuxi.nl/cloudabi/"
|
||
|
documentation = "https://docs.rs/cloudabi/"
|
||
|
keywords = ["cloudabi"]
|
||
|
license = "BSD-2-Clause"
|
||
|
repository = "https://github.com/nuxinl/cloudabi"
|
||
|
|
||
|
[lib]
|
||
|
path = "cloudabi.rs"
|
||
|
[dependencies.bitflags]
|
||
|
version = "1.0"
|
||
|
optional = true
|
||
|
|
||
|
[features]
|
||
|
default = ["bitflags"]
|