fix: allow serde and serde_derive to compile in parallel

This commit is contained in:
Harsh Shandilya 2023-06-19 15:13:39 +05:30
parent 91008cbab5
commit 18a2664906
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
use serde::{Deserialize, Serialize};
use serde_derive::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize)]
pub struct PersistableRepo {