Skip to content

Commit

Permalink
chore: restructure repository and rename (#3)
Browse files Browse the repository at this point in the history
* chore: move traits around

* chore: move crates to root folder

* chore: restructure and make it compile

* chore: remove infrastructure

* fix: make it compile

* fix: clippy

* chore: remove min rust version

* chore: cargo update

* chore: remove code_ops

* chore: settle on swiftide
  • Loading branch information
timonv authored Jun 12, 2024
1 parent 730d879 commit 44524fb
Show file tree
Hide file tree
Showing 43 changed files with 491 additions and 859 deletions.
75 changes: 22 additions & 53 deletions Cargo.lock

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

20 changes: 1 addition & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,5 @@ incremental = true
debug = 0

[workspace]
members = ["crates/*"]
members = ["indexing"]
resolver = "2"

[workspace.package]
# Minimum Rust version
rust-version = "1.78"

[workspace.dependencies]
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
anyhow = { version = "1.0.86", features = ["backtrace"] }
tokio = { version = "1.38.0", features = ["full"] }
async-trait = "0.1.80"
indoc = "2.0.5"
derive_builder = "0.20.0"
tracing = { version = "0.1.40", features = ["log"] }
itertools = { version = "0.13.0" }
chrono = { version = "0.4.38" }

async-openai = "0.21.0" # TODO: should not be shared
28 changes: 0 additions & 28 deletions crates/code_ops/Cargo.toml

This file was deleted.

80 changes: 0 additions & 80 deletions crates/code_ops/src/code_parser.rs

This file was deleted.

17 changes: 0 additions & 17 deletions crates/code_ops/src/lib.rs

This file was deleted.

Loading

0 comments on commit 44524fb

Please sign in to comment.