sapling/eden/mononoke/derived_data/changeset_info/lib.rs
Lukas Piatkowski bf34f084d0 mononoke: make blobrepo and its dependencies OSS buildable
Reviewed By: markbt

Differential Revision: D20495840

fbshipit-source-id: 3bbefae1923dc84e3daea158a24c0d2a802cc9a9
2020-03-31 04:02:45 -07:00

15 lines
343 B
Rust

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#![deny(warnings)]
mod changeset_info;
mod derive;
pub use crate::changeset_info::{ChangesetInfo, ChangesetMessage};
pub use crate::derive::ChangesetInfoMapping;