diff options
Diffstat (limited to 'rust/migration/Cargo.toml')
| -rw-r--r-- | rust/migration/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/rust/migration/Cargo.toml b/rust/migration/Cargo.toml new file mode 100644 index 0000000000..708bfaaa68 --- /dev/null +++ b/rust/migration/Cargo.toml @@ -0,0 +1,20 @@ +[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] +common = { path = "../common" } +util = { path = "../util" } + +[lints] +workspace = true |