mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
Initialize new Cargo repository
This commit is contained in:
parent
65e3e2f070
commit
6519b5c894
2 changed files with 14 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "lldap"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Valentin Tolmer <valentin@tolmer.fr>",
|
||||
"Steve Barrau <steve.barrau@gmail.com>",
|
||||
"Thomas Wickham <mackwic@gmail.com>"
|
||||
]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
3
src/main.rs
Normal file
3
src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in a new issue