File: Cargo.toml.orig

package info (click to toggle)
rust-fuchsia-cprng 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 80 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

[package]
name = "fuchsia-cprng"
version = "0.1.1"
license-file = "LICENSE"
authors = ["Erick Tryzelaar <etryzelaar@google.com>"]
description = "Rust crate for the Fuchsia cryptographically secure pseudorandom number generator"
repository = "https://fuchsia.googlesource.com/fuchsia/+/master/garnet/public/rust/fuchsia-cprng"
edition = "2018"
readme = "README.md"
include = [
    "src/*.rs",
    "Cargo.toml",
    "AUTHORS",
    "LICENSE",
    "PATENTS",
]