Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
26
vendor/ruvector/examples/vibecast-7sense/crates/sevensense-interpretation/Cargo.toml
vendored
Normal file
26
vendor/ruvector/examples/vibecast-7sense/crates/sevensense-interpretation/Cargo.toml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "sevensense-interpretation"
|
||||
description = "LLM-powered interpretation for 7sense bioacoustics platform"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
authors.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
sevensense-core = { workspace = true, version = "0.1.0" }
|
||||
sevensense-analysis = { workspace = true, version = "0.1.0" }
|
||||
tokio = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["test-util", "macros"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
Reference in New Issue
Block a user