Logo
Explore Help
Sign In
External/cloud-hypervisor
1
0
Fork 0
You've already forked cloud-hypervisor
mirror of https://github.com/cloud-hypervisor/cloud-hypervisor.git synced 2025-01-13 07:55:20 +00:00
Code Issues Packages Projects Releases Wiki Activity
cloud-hypervisor/api_client/Cargo.toml

9 lines
148 B
TOML
Raw Normal View History

ch-remote, api_client: Split HTTP/API client code into new crate Split out the HTTP request handling code from ch-remote into a new crate which can be used in other places where talking to the API server by HTTP is necessary. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-10-23 11:20:37 +01:00
[package]
name = "api_client"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
build: migrate to Rust 2021 edition Rust 2021 edition has a few improvements over the 2018 edition. Migrate the project to 2021 edition by following recommended migration steps. Luckily, the code itself doesn't require fixing. Bump MSRV to 1.56 as it is required by the 2021 edition. Also fix the clap build dependency to make Cloud Hypervisor build again. Signed-off-by: Wei Liu <liuwe@microsoft.com>
2022-04-08 15:11:04 +00:00
edition = "2021"
api_client: Add ability to send file descriptors Allow the user to send a list of file descriptors along with the HTTP request. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-07-20 15:31:32 +02:00
[dependencies]
build: Update dependencies in v28.x stable branch Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-12-13 13:25:00 +00:00
vmm-sys-util = "0.11.0"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 91ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API