Skip to content

Commit

Permalink
Move code into cli directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Jan 5, 2019
1 parent b8dd5d2 commit 5b0e12e
Show file tree
Hide file tree
Showing 29 changed files with 32 additions and 26 deletions.
31 changes: 5 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
[package]
name = "rust-tree-sitter-cli"
version = "0.1.0"
authors = ["Max Brunsfeld <[email protected]>"]
edition = "2018"
[workspace]

[dependencies]
lazy_static = "1.2.0"
smallbitvec = "2.3.0"
clap = "2.32"
dirs = "1.0.2"
hashbrown = "0.1"
ignore = "0.4.4"
libloading = "0.5"
rusqlite = "0.14.0"
serde = "1.0"
serde_derive = "1.0"
tree-sitter = "0.3.1"
regex-syntax = "0.6.4"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.log]
version = "0.4.6"
features = ["std"]
members = [
"cli",
"lib",
]
27 changes: 27 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[package]
name = "rust-tree-sitter-cli"
version = "0.1.0"
authors = ["Max Brunsfeld <[email protected]>"]
edition = "2018"

[dependencies]
lazy_static = "1.2.0"
smallbitvec = "2.3.0"
clap = "2.32"
dirs = "1.0.2"
hashbrown = "0.1"
ignore = "0.4.4"
libloading = "0.5"
rusqlite = "0.14.0"
serde = "1.0"
serde_derive = "1.0"
tree-sitter = "0.3.1"
regex-syntax = "0.6.4"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.log]
version = "0.4.6"
features = ["std"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5b0e12e

Please sign in to comment.