Compare commits
No commits in common. "c05d9a68f42e35ac2a28fa10a3176ea72e5be7a2" and "e9523f6e62aabf68374a5a41be599b9cc5b6e7cd" have entirely different histories.
c05d9a68f4
...
e9523f6e62
|
@ -1,5 +0,0 @@
|
||||||
[unstable]
|
|
||||||
registry-auth = true
|
|
||||||
|
|
||||||
[registries.menteeth]
|
|
||||||
index = "ssh://git@git.shipyard.rs/menteeth/crate-index.git"
|
|
|
@ -1,8 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "locat"
|
name = "locat"
|
||||||
version = "0.2.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = ["menteeth"]
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ use std::net::IpAddr;
|
||||||
pub struct Locat {}
|
pub struct Locat {}
|
||||||
|
|
||||||
impl 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
|
// TODO: read geoip db, create analytics db
|
||||||
Self {}
|
Self {}
|
||||||
}
|
}
|
Loading…
Reference in a new issue