mirror of https://github.com/kdl-org/kdl.git
initial commit
This commit is contained in:
commit
a8475fd2c7
|
|
@ -0,0 +1,2 @@
|
|||
/target
|
||||
Cargo.lock
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[package]
|
||||
name = "kdl"
|
||||
version = "0.0.0"
|
||||
authors = ["Kat Marchán <kzm@zkat.tech>"]
|
||||
edition = "2018"
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue