Skip to content

Commit ce31a85

Browse files
committed
fix: refine codes
1 parent 7e734b8 commit ce31a85

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

core/src/ten_manager/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub mod fs;
3333
pub mod graph;
3434
pub mod http;
3535
mod install;
36+
pub mod log;
3637
mod manifest_lock;
3738
pub mod output;
3839
mod package_file;

core/src/ten_manager/src/log/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//
2+
// Copyright © 2025 Agora
3+
// This file is part of TEN Framework, an open source project.
4+
// Licensed under the Apache License, Version 2.0, with certain conditions.
5+
// Refer to the "LICENSE" file in the root directory for more information.
6+
//

0 commit comments

Comments
 (0)