Skip to content

Commit

Permalink
move test and exampls
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed Jun 15, 2022
1 parent 242e400 commit 8dd4a8f
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 8 deletions.
7 changes: 0 additions & 7 deletions springql-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,5 @@ parking_lot = "0.12"
[dev-dependencies]
springql-foreign-service = {path = "../foreign-service"}
springql-test-logger = {path = "../test-logger"}
springql-test-web-console-mock = {path = "../test-web-console-mock"}

pretty_assertions = "1.0"

regex = "1.5"

float-cmp = "0.9"

tempfile = "3.3"
18 changes: 17 additions & 1 deletion springql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@ readme = "../README.md"
repository = "https://github.com/SpringQL/SpringQL"

[dependencies]
springql-core = {path="../springql-core"}
springql-core = {path="../springql-core"}

[dev-dependencies]
springql-foreign-service = {path = "../foreign-service"}
springql-test-logger = {path = "../test-logger"}
springql-test-web-console-mock = {path = "../test-web-console-mock"}
pretty_assertions = "1.0"
regex = "1.5"
float-cmp = "0.9"
tempfile = "3.3"
rand = {version = "0.8", features = ["small_rng"]}
serde = {version = "1.0", features = ["derive"], default-features = false}
serde_json = "1.0"
env_logger = "0.9"
reqwest = {version = "0.11", features = ["json", "blocking"], default-features = false}
log = "0.4"
chrono = "0.4"
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 8dd4a8f

Please sign in to comment.