changed package name from 'fern' to 'shed'

This commit is contained in:
2026-02-24 18:02:13 -05:00
parent 03a435c03f
commit e6242c4d8a
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