chore: adjustment cargo.toml

This commit is contained in:
rvcas 2023-05-23 10:40:13 -04:00
parent 6740107256
commit 65bf4a85e4
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
3 changed files with 1 additions and 8 deletions

View File

@ -2,7 +2,6 @@
members = ["crates/*"]
[profile.release]
# debug = true
strip = true
[workspace.metadata.release]

View File

@ -187,8 +187,7 @@
identification within third-party archives.
Copyright 2016-2022 Louis Pilfold (as Gleam)
Copyright 2022 Lucas Rosa (as Aiken)
Copyright 2022-Present TxPipe & Cardano Foundation (as Aiken)
Copyright 2022-Present TxPipe & Lucas Rosa (as Aiken)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -21,11 +21,6 @@
For more information please see the [user manual](https://aiken-lang.org).
## Roadmap
Aiken defines its roadmap [using _Github Milestones_](https://aiken-lang.org/#roadmap).
The roadmap isn't set in stone, but gives a high-level overview of where the project is headed for.
## Contributing
Want to contribute? See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how.