Bootstrapped project

This commit is contained in:
slinydeveloper 2020-02-18 14:05:56 +01:00 committed by Francesco Guardiani
parent 6eaba208de
commit 155930b822
4 changed files with 17 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target
.idea

5
Cargo.lock generated Normal file
View File

@ -0,0 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cloudevents-rust-sdk"
version = "0.1.0"

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "cloudevents-rust-sdk"
version = "0.1.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

0
src/lib.rs Normal file
View File