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:
parent
76a396968a
commit
9ca064c320
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "indexrs"
|
||||
name = "electrs"
|
||||
version = "0.1.0"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
extern crate indexrs;
|
||||
extern crate electrs;
|
||||
|
||||
use indexrs::app;
|
||||
use electrs::app;
|
||||
|
||||
fn main() {
|
||||
app::main()
|
||||
|
Loading…
Reference in New Issue
Block a user