diff options
| author | mat <github@matdoes.dev> | 2022-09-05 10:38:40 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-05 10:38:40 -0500 |
| commit | 4301a2f2d4c711fd50a54cf065079c42b89a72f2 (patch) | |
| tree | 8eea78c5d984032e49108c4cfde7ec0e4de1fc57 /azalea/Cargo.toml | |
| parent | e9f88ce546acb57fe190740d0a74ae0ce6c8d671 (diff) | |
| download | azalea-drasl-4301a2f2d4c711fd50a54cf065079c42b89a72f2.tar.xz | |
Publish empty azalea crate
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml new file mode 100644 index 00000000..7f6aeb9f --- /dev/null +++ b/azalea/Cargo.toml @@ -0,0 +1,11 @@ +[package] +description = "Advertisement crate for Azalea." +edition = "2021" +license = "MIT" + +name = "azalea" +version = "0.1.0" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
