Compare commits

..

No commits in common. "c05d9a68f42e35ac2a28fa10a3176ea72e5be7a2" and "e9523f6e62aabf68374a5a41be599b9cc5b6e7cd" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -1,5 +0,0 @@
[unstable]
registry-auth = true
[registries.menteeth]
index = "ssh://git@git.shipyard.rs/menteeth/crate-index.git"

View file

@ -1,8 +1,7 @@
[package]
name = "locat"
version = "0.2.0"
version = "0.1.0"
edition = "2021"
publish = ["menteeth"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ use std::net::IpAddr;
pub struct Locat {}
impl Locat {
pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str) -> Self {
pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str0 -> Self {
// TODO: read geoip db, create analytics db
Self {}
}