rm slog-demo

This commit is contained in:
Christoph J. Scherr 2024-06-27 14:23:18 +02:00
parent 550f23d4ef
commit 7e8e0ea0c3
4 changed files with 0 additions and 29 deletions

View File

@ -1 +0,0 @@
/target

View File

@ -1,16 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "slog"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
[[package]]
name = "slog-demo"
version = "0.1.0"
dependencies = [
"slog",
]

View File

@ -1,9 +0,0 @@
[package]
name = "slog-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slog = "2.7.0"

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}