Cargo.toml: use serde feature derive

This commit is contained in:
Dietmar Maurer
2019-06-18 06:23:25 +02:00
parent ac71623483
commit 11515438cc
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ use std::path::{Path, PathBuf};
use std::io::Write;
use std::sync::{Arc, Mutex};
use std::os::unix::io::AsRawFd;
use serde_derive::Serialize;
use serde::Serialize;
use crate::tools;
use super::DataChunk;