Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 28, 2019
1 parent 2c8c040 commit 15407d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "automod"
version = "0.0.0"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Pull in every source file in a directory as a module."
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Automod

Pull in every source file in a directory as a module.

```toml
[dependencies]
automod = "0.1"
```

### Syntax

```rust
Expand Down

0 comments on commit 15407d8

Please sign in to comment.