1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Update crate name

This commit is contained in:
Roman Zeyde 2018-05-31 14:29:44 +03:00
parent 76a396968a
commit 9ca064c320
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "indexrs"
name = "electrs"
version = "0.1.0"
authors = ["Roman Zeyde <me@romanzey.de>"]

View File

@ -1,6 +1,6 @@
extern crate indexrs;
extern crate electrs;
use indexrs::app;
use electrs::app;
fn main() {
app::main()