gst-plugins-rs/version-helper/Cargo.toml
Nirbheek Chauhan 1d4d3e4cb0 build: Update versions to be 0.9.0-alpha.1
0.9.0 is the next release, so we can't name things that already.

Also the version in meson.build was 0.13.0, which is completely wrong.
2022-10-04 21:27:23 +05:30

17 lines
623 B
TOML

[package]
name = "gst-plugin-version-helper"
version = "0.9.0-alpha.1"
authors = ["Sajeer Ahamed <ahamedsajeer.15.15@cse.mrt.ac.lk>",
"Sebastian Dröge <sebastian@centricular.com>"]
categories = ["development-tools"]
description = "build.rs helper function for GStreamer plugin metadata"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT"
homepage = "https://gstreamer.freedesktop.org"
keywords = ["gstreamer", "multimedia", "cargo"]
edition = "2021"
rust-version = "1.63"
[dependencies]
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] }