diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-11-30 15:28:05 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-11-30 21:03:13 +0100 |
| commit | 413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4 (patch) | |
| tree | 1f5179ba03a6ac591ecb570d86de9f7820743a64 /Cargo.toml | |
| parent | 5501fdf4042db1abf82d8e791b47d1802e710f9a (diff) | |
| download | frippy-413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4.tar.gz frippy-413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4.zip | |
Rename plugin_derive to frippy_derive
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ serde = "1.0.15" serde_json = "1.0.3" glob = "0.2" -plugin_derive = { path = "plugin_derive" } +frippy_derive = { path = "frippy_derive" } unicode_names = { git = 'https://github.com/Jokler/unicode_names', branch = 'update-to-latest-unicode' } clippy = {version = "*", optional = true} |
