Files
libguestfs/rust/Cargo.toml.in
Hiroyuki Katsura 212f1a5f71 Rust bindings: Make it able to publish this crate
I added
- data required to publish this crate to `crates.io`.
- README.md which contains the details of how to publish this crate.
2019-08-12 20:34:47 +01:00

27 lines
1.0 KiB
TOML

# libguestfs Rust tests
# Copyright (C) 2019 Hiroyuki Katsura <hiroyuki.katsura.0513@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
[package]
name = "guestfs"
version = "0.1.0-compat@VERSION@"
edition = "2018"
authors = ["Hiroyuki Katsura <hiroyuki.katsura.0513@gmail.com>"]
description = "libguestfs bindings for Rust"
license-file = "../COPYING"
[dependencies]