Compare commits
2 commits
a3777bd73a
...
093fe30d75
Author | SHA1 | Date | |
---|---|---|---|
093fe30d75 | |||
e64935cf00 |
2 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,8 @@
|
||||||
# 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,5 +1,4 @@
|
||||||
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