diff options
| author | Lu Qiuwen <[email protected]> | 2023-07-28 15:34:31 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2023-07-28 15:34:31 +0800 |
| commit | 5d64a760623e0e1cdc402c3167015fed57ec3c39 (patch) | |
| tree | 1824994d02d14a555466d9cfdbd89e12925e0ed2 /Cargo.toml | |
| parent | f3bca89f482776529f4e1d87425047377430b703 (diff) | |
init cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a75baa2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "stellar-rs" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
