Merge pull request #185 from chavafg/topic/fix-license

license: add license header
This commit is contained in:
Archana Shinde
2020-04-17 15:59:46 -07:00
committed by GitHub

View File

@@ -1,3 +1,8 @@
// Copyright (c) 2019 Ant Financial
//
// SPDX-License-Identifier: Apache-2.0
//
use crate::container::Config;
use crate::errors::*;
use lazy_static;