Initial commit: Cargo template
commit
74d8634397
|
@ -0,0 +1 @@
|
|||
/target
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "geoip-api"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["charlotte ✨ <charlotte@lavender.software>"]
|
||||
|
||||
[dependencies]
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in New Issue