Skip to content

Commit

Permalink
Use combined fiberplane crate (#182)
Browse files Browse the repository at this point in the history
* Use combined fiberplane crate

* Point to main

* Update fiberplane-rs
  • Loading branch information
emschwartz authored Dec 2, 2022
1 parent 78e5043 commit 496381c
Show file tree
Hide file tree
Showing 24 changed files with 214 additions and 298 deletions.
226 changes: 77 additions & 149 deletions Cargo.lock

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

19 changes: 7 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ build = "build.rs"
[dependencies]
abort-on-drop = "0.2.1"
anyhow = "1.0"
base64uuid = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main" }
base64 = "0.13.0"
blocking = "1.2.0"
bytes = "1.1.0"
Expand All @@ -20,12 +19,15 @@ crossterm = { version = "0.23.0", features = ["event-stream"] }
directories = "4.0.1"
dialoguer = { version = "0.10.1", features = ["fuzzy-select"] }
fiberplane = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main", features = [
"api-client",
"base64uuid-creation",
"clap",
"markdown",
"models",
"provider-runtime",
"string-utils",
"templates",
] }
fiberplane-markdown = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main" }
fp-api-client = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main" }
fp-provider-runtime = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main" }
fp-templates = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main" }
futures = "0.3"
futures-util = "0.3.21"
grok = "2.0.0"
Expand Down Expand Up @@ -60,7 +62,6 @@ sha2 = "0.10.2"
sysinfo = "0.24.3"
termwiz = "0.16.0"
time = { version = "0.3.11", features = ["macros"] }
time_util = { git = "ssh://[email protected]/fiberplane/fiberplane-rs.git", branch = "main" }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.1", features = ["io", "compat"] }
toml = "0.5.8"
Expand All @@ -76,10 +77,4 @@ anyhow = "1.0"
vergen = "7"

# [patch."ssh://[email protected]/fiberplane/fiberplane-rs.git"]
# base64uuid = { path = "../fiberplane-rs/base64uuid" }
# fp-provider-runtime = { path = "../fiberplane-rs/fp-provider-protocol/fp-provider-runtime" }
# fiberplane = { path = "../fiberplane-rs/fiberplane" }
# fiberplane-markdown = { path = "../fiberplane-rs/fp-markdown" }
# fp-api-client = { path = "../fiberplane-rs/fp-api-client" }
# fp-templates = { path = "../fiberplane-rs/fp-templates" }
# time_util = { path = "../fiberplane-rs/time_util" }
Loading

0 comments on commit 496381c

Please sign in to comment.