From 1fef014508c915b388de371583b0a869684fc7ea Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 12 Apr 2022 13:30:15 -0400 Subject: Add `House` definition and impls Also rename modules to make more sense with the theme --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7d4c363..3b329be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,12 @@ edition = "2021" [dependencies] -virt = "0.2" +virt = { git = "https://gitlab.com/libvirt/libvirt-rust.git", rev = "10456b6e59ec73e8ef418cf0a29a9bf33be8ded6" } thiserror = "1" + +[dependencies.serde] +version = "1" +features = [ + "derive" +] -- cgit v1.2.3