Skip to content

Commit

Permalink
Simplify workspace manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Oct 22, 2021
1 parent 705acb6 commit aed82ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[workspace]
members = [
"crates/msr",
"crates/msr-core",
"crates/msr-legacy",
"crates/msr-plugin",
"plugins/csv-event-journal-msr-plugin",
"plugins/csv-register-recorder-msr-plugin",
"crates/*",
"plugins/*",
]

[patch.crates-io]
Expand Down
6 changes: 1 addition & 5 deletions crates/msr-core/src/event_journal/mod.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
//! Journaling features
use std::{
fmt,
num::NonZeroUsize,
time::SystemTime,
};
use std::{fmt, num::NonZeroUsize, time::SystemTime};

use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit aed82ee

Please sign in to comment.