changed package name from 'fern' to 'shed'

This commit is contained in:
2026-02-24 18:02:13 -05:00
parent 2f0cb931d6
commit 90e69f96d2
17 changed files with 130 additions and 130 deletions

View File

@@ -34,6 +34,6 @@ pub use nix::{
};
pub use crate::flog;
pub use crate::libsh::flog::FernLogLevel::*;
pub use crate::libsh::flog::ShedLogLevel::*;
// Additional utilities, if needed, can be added here