Compare commits
No commits in common. "093fe30d752f4bd52554888e2f7c457c97ab011a" and "a3777bd73a1e70f8ab7379ad17aa4e2dde0b6f5a" have entirely different histories.
093fe30d75
...
a3777bd73a
2 changed files with 1 additions and 2 deletions
|
@ -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 ./.);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue