Skip to content

Commit

Permalink
using observer from external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Oct 22, 2023
1 parent 90c8b6c commit 3c39f11
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 548 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"fastn-issues",
"fastn-js",
"fastn-grammar",
"fastn-observer",
# "fastn-wasm",
# "fastn-runtime",
]
Expand Down Expand Up @@ -84,7 +83,6 @@ fastn-core = { path = "fastn-core" }
fastn-issues = { path = "fastn-issues" }
fastn-package = { path = "fastn-package" }
fastn-runtime = { path = "fastn-runtime" }
fastn-observer = { path = "fastn-observer" }
fastn-wasm = { path = "fastn-wasm" }
fastn-grammar = { path = "fastn-grammar" }
fluent = "0.16"
Expand Down Expand Up @@ -139,6 +137,10 @@ zip = "0.6"
prettify-js = "0.1.0"
indexmap = { version = "2", features = ["serde"] }

[workspace.dependencies.fastn-observer]
git = "https://github.com/fastn-stack/fastn-observer"
rev = "47b29ea"

[workspace.dependencies.rusqlite]
version = "0.29.0"
features = [
Expand Down
11 changes: 0 additions & 11 deletions fastn-observer/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions fastn-observer/src/duration_display.rs

This file was deleted.

26 changes: 0 additions & 26 deletions fastn-observer/src/field.rs

This file was deleted.

207 changes: 0 additions & 207 deletions fastn-observer/src/formatter.rs

This file was deleted.

Loading

0 comments on commit 3c39f11

Please sign in to comment.