vhost_user_fs: Add new crate

This new crate will be dedicated to vhost_user_fs specific code that can
be used as a library from the vhost-user-fs daemon.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2019-10-31 10:16:28 -07:00
committed by Samuel Ortiz
parent 8845326aa2
commit 03361a6c29
4 changed files with 16 additions and 0 deletions

3
vhost_user_fs/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
// Copyright © 2019 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause