Skip to content

Commit

Permalink
chore: remove rustembd
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 16, 2023
1 parent 511076e commit f70f9e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions counit-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ dynamic-ort = ["ort/load-dynamic"]
[dependencies]
futures = "0.3.28"

#todo: embed the model and runtime to file
rust-embed="6.8.1"

# web server
tokio = { version = "1.30.0", features = ["macros", "process", "rt", "rt-multi-thread", "io-std", "io-util", "sync", "fs"] }

Expand Down
5 changes: 0 additions & 5 deletions counit-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ pub mod configuration;
pub mod third_party;
pub mod agent;


#[derive(RustEmbed)]
#[folder = "public/"]
struct Asset;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
Expand Down

0 comments on commit f70f9e1

Please sign in to comment.