sync from monorepo @ 2452e92e
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pub mod acp;
|
||||
|
||||
#[cfg(feature = "adapters")]
|
||||
pub mod opencode;
|
||||
#[cfg(feature = "adapters")]
|
||||
pub mod rest;
|
||||
|
||||
pub use acp::{AcpAdapter, AcpTranslationError};
|
||||
|
||||
#[cfg(feature = "adapters")]
|
||||
pub use opencode::{OpenCodeAdapter, TranslationError};
|
||||
Reference in New Issue
Block a user