Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsezc committed Aug 11, 2022
1 parent 351c1df commit a756b66
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
name = 'arangodb_events_rs'
version = '0.1.0'
edition = '2021'
authors = ['Foretag Inc. <contact@foret.ag>', 'Chiru B <chirub@foretag.co>']
repository = 'https://github.com/ForetagInc/rust-arango'
keywords = ['arango', 'arangoDB', 'trigger', 'database']
authors = ['Foretag Inc. <contact@foret.ag>']
repository = 'https://github.com/ForetagInc/arangodb-events-rs'
keywords = ['arango', 'arangoDB', 'events', 'trigger', 'database']
categories = ['database']
exclude = ['.gitignore', '.github']

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
bench = true

Expand All @@ -19,4 +17,4 @@ serde = { version = '1', features = ['derive'] }
serde_json = '1'
tokio = { version = '1', features = ['rt', 'macros'] }
base64 = '0.13.0'
futures-util = { version = '0.3.21', features = ['io'] }
futures-util = { version = '0.3.21', features = ['io'] }

0 comments on commit a756b66

Please sign in to comment.