aboutsummaryrefslogtreecommitdiff
path: root/rust/migration/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/migration/Cargo.toml')
-rw-r--r--rust/migration/Cargo.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/rust/migration/Cargo.toml b/rust/migration/Cargo.toml
new file mode 100644
index 0000000..4154574
--- /dev/null
+++ b/rust/migration/Cargo.toml
@@ -0,0 +1,23 @@
+[package]
+name = "migration"
+version = "0.1.0"
+description = "Rust bindings for QEMU/migration"
+resolver = "2"
+publish = false
+
+authors.workspace = true
+edition.workspace = true
+homepage.workspace = true
+license.workspace = true
+repository.workspace = true
+rust-version.workspace = true
+
+[dependencies]
+bql = { path = "../bql" }
+common = { path = "../common" }
+qemu_macros = { path = "../qemu-macros" }
+util = { path = "../util" }
+glib-sys.workspace = true
+
+[lints]
+workspace = true