Skip to content

Commit

Permalink
Updated Cargo.toml, Added README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emirror-de committed Aug 26, 2021
1 parent 2626d81 commit 1dff86f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion naphtha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ barrel-full = ["barrel-sqlite"]
barrel-sqlite = ["barrel-dep/sqlite3", "naphtha-proc-macro/barrel-sqlite"]

[dependencies]
barrel-dep = { git = "https://github.com/emirror-de/barrel", version = "^0.6.6-alpha.0", package = "barrel", optional = true }
barrel-dep = { version = "^0.6.5", package = "barrel", optional = true }
chrono = { version = "^0.4.19" }
diesel = { version = "^1.4.7", features = ["chrono"] }
naphtha-proc-macro = { path = "../naphtha-proc-macro", version = "^0.1.0" }
Expand Down
3 changes: 3 additions & 0 deletions naphtha/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# naphtha

This crate is currently in progress. Visit the [documentation](https://docs.rs/naphtha) page for more information.

0 comments on commit 1dff86f

Please sign in to comment.