rename Fasching
This commit is contained in:
parent
8aa7f8817f
commit
00030fb677
@ -11,7 +11,7 @@ readme = "README.md"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
Fasching = "0.2.3"
|
||||
filesystem-hashing = "0.2.4"
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
whoami = "1.5.1"
|
||||
anyhow = "1.0.81"
|
||||
|
@ -1,6 +1,6 @@
|
||||
use anyhow::Error;
|
||||
use Fasching::snapshot::{Snapshot, SnapshotChangeType, SnapshotCompareResult};
|
||||
use Fasching::{compare_snapshots, import_snapshot};
|
||||
use filesystem_hashing::snapshot::{Snapshot, SnapshotChangeType, SnapshotCompareResult};
|
||||
use filesystem_hashing::{compare_snapshots, import_snapshot};
|
||||
use crate::options::Arguments;
|
||||
|
||||
pub struct CompareMode {
|
||||
|
@ -1,9 +1,9 @@
|
||||
use std::process::exit;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use anyhow::Error;
|
||||
use Fasching::hasher::HashType::BLAKE3;
|
||||
use Fasching::snapshot::Snapshot;
|
||||
use Fasching::{create_snapshot, export_snapshot};
|
||||
use filesystem_hashing::hasher::HashType::BLAKE3;
|
||||
use filesystem_hashing::snapshot::Snapshot;
|
||||
use filesystem_hashing::{create_snapshot, export_snapshot};
|
||||
|
||||
pub struct CreateMode {
|
||||
snapshot_path: String,
|
||||
|
Loading…
Reference in New Issue
Block a user