Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
[build] List all crates in the workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Jul 18, 2018
1 parent 8b9623e commit 9db61e3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,21 @@ sqlcipher = ["rusqlite/sqlcipher", "mentat_db/sqlcipher"]
syncable = ["mentat_tolstoy", "mentat_db/syncable"]

[workspace]
members = ["tools/cli", "ffi"]
members = [
"tools/cli",
"ffi",
"core",
"db",
"edn",
"query",
"query-algebrizer",
"query-projector",
"query-pull",
"query-sql",
"query-translator",
"sql",
"tolstoy",
]

[build-dependencies]
rustc_version = "0.2"
Expand Down

0 comments on commit 9db61e3

Please sign in to comment.