Skip to content

Commit

Permalink
Merge branch 'chore-autonomi_cli_publish_prep' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Oct 22, 2024
2 parents 44dabbd + 5cba4f5 commit 81e9630
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions autonomi-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
authors = ["MaidSafe Developers <[email protected]>"]
name = "autonomi-cli"
description = "Autonomi CLI"
license = "GPL-3.0"
version = "0.1.1"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"

[[bin]]
name = "autonomi"
Expand Down
10 changes: 9 additions & 1 deletion autonomi-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@ Options:
Print help (see more with '--help')
-V, --version
Print version
```
```

## License

This Safe Network repository is licensed under the General Public License (GPL), version 3 ([LICENSE](LICENSE) http://www.gnu.org/licenses/gpl-3.0.en.html).

---

Feel free to modify or expand upon this README as needed. Would you like to add or change anything else?

0 comments on commit 81e9630

Please sign in to comment.