v0.1.0 skel
This commit is contained in:
16
sca-tests/Cargo.toml
Normal file
16
sca-tests/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# file: sca-tests/Cargo.toml
|
||||
|
||||
[package]
|
||||
name = "sca-tests"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
sca-core = { path = "../sca-core" }
|
||||
sca-infra = { path = "../sca-infra" }
|
||||
sca-ia = { path = "../sca-ia" }
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
9
sca-tests/src/lib.rs
Normal file
9
sca-tests/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// file: sca-tests/src/lib.rs
|
||||
|
||||
//! Sase Coding Agent - Test
|
||||
|
||||
#![deny(unreachable_pub)]
|
||||
#![warn(missing_docs)]
|
||||
// #![deny(missing_docs)]
|
||||
|
||||
|
||||
2
sca-tests/tests/command_flow.rs
Normal file
2
sca-tests/tests/command_flow.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
// file: sca-tests/tests/command_flow.rs
|
||||
|
||||
2
sca-tests/tests/iteration_flow.rs
Normal file
2
sca-tests/tests/iteration_flow.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
// file: sca-tests/tests/iteration_flow.rs
|
||||
|
||||
2
sca-tests/tests/kb_flow.rs
Normal file
2
sca-tests/tests/kb_flow.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
// file: sca-tests/tests/kb_flow.rs
|
||||
|
||||
2
sca-tests/tests/project_flow.rs
Normal file
2
sca-tests/tests/project_flow.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
// file: sca-tests/tests/project_flow.rs
|
||||
|
||||
Reference in New Issue
Block a user