mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-04-28 13:12:08 +00:00

Updating to Rust 2021 is a no-op (but worth doing for future), I've also taken this opportunity to use the latest bitflags crate. Signed-off-by: Christine Caulfield <ccaulfie@redhat.com> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
17 lines
443 B
TOML
17 lines
443 B
TOML
[package]
|
|
name = "rust-corosync"
|
|
version = "@corosyncrustver@"
|
|
authors = ["Christine Caulfield <ccaulfie@redhat.com>"]
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/corosync/corosync/"
|
|
description = "Rust bindings for corosync libraries"
|
|
categories = ["api-bindings"]
|
|
keywords = ["cluster", "high-availability"]
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|
|
num_enum = "0.5.4"
|
|
bitflags = "2.6.0"
|