File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010#include "include_internal/ten_runtime/app/base_dir.h"
1111#include "include_internal/ten_runtime/msg/msg.h"
1212#include "ten_runtime/app/app.h"
13- #include "ten_utils/lib/json.h"
1413#include "ten_utils/lib/smart_ptr.h"
1514#include "ten_utils/macro/mark.h"
1615
1716#if defined(TEN_ENABLE_TEN_RUST_APIS )
1817#include "include_internal/ten_runtime/common/constant_str.h"
1918#include "include_internal/ten_rust/ten_rust.h"
19+ #include "ten_utils/lib/json.h"
2020#include "ten_utils/macro/memory.h"
2121#endif
2222
@@ -26,7 +26,7 @@ bool ten_app_check_start_graph_cmd(ten_app_t *self,
2626 TEN_ASSERT (self && ten_app_check_integrity (self , true), "Should not happen." );
2727 TEN_ASSERT (start_graph_cmd , "Invalid argument." );
2828
29- #if defined( TEN_ENABLE_TEN_RUST_APIS )
29+ #if false
3030 const char * base_dir = ten_app_get_base_dir (self );
3131
3232 // The pkg_info of extensions in the graph is read from the ten_packages
Original file line number Diff line number Diff line change 1+ Subproject commit 776ef9d64ef2bb8408b33eb473ad11c4d7a0359e
You can’t perform that action at this time.
0 commit comments