Compare commits

..

No commits in common. "093fe30d752f4bd52554888e2f7c457c97ab011a" and "a3777bd73a1e70f8ab7379ad17aa4e2dde0b6f5a" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -70,8 +70,6 @@
# cargoLock.lockFile = ./programs/jrnl/Cargo.lock; # cargoLock.lockFile = ./programs/jrnl/Cargo.lock;
# }; # };
s10e-jrnl = crane-lib.buildPackage { s10e-jrnl = crane-lib.buildPackage {
pname = "s10e-bs";
version = "0.0.1";
src = crane-lib.cleanCargoSource (crane-lib.path ./.); src = crane-lib.cleanCargoSource (crane-lib.path ./.);
}; };
}; };

View file

@ -1,4 +1,5 @@
use chrono::{DateTime, FixedOffset}; use chrono::{DateTime, FixedOffset};
use markdown::{Block, Span};
use std::convert::identity; use std::convert::identity;
pub trait ToMd { pub trait ToMd {