mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
14 lines
375 B
TOML
14 lines
375 B
TOML
|
[package]
|
||
|
|
||
|
name = "bitflags"
|
||
|
version = "0.7.0"
|
||
|
authors = ["The Rust Project Developers"]
|
||
|
license = "MIT/Apache-2.0"
|
||
|
readme = "README.md"
|
||
|
repository = "https://github.com/rust-lang/bitflags"
|
||
|
homepage = "https://github.com/rust-lang/bitflags"
|
||
|
documentation = "https://doc.rust-lang.org/bitflags"
|
||
|
description = """
|
||
|
A macro to generate structures which behave like bitflags.
|
||
|
"""
|